uniqsites
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Users] Bounced Email TestingI just retested the functionality.
I manually sent an email to a non-existent email account through my business domain. I received an undeliverable response. In WP, I set the email address for a test user to the same non-existent email account. I set the Bounce Override Email to one of my alternate email accounts. I used the plug in to send an email to the test user. I never received a response at the account for the Bounce Override Email. I turned Debug Mode on in the plug in and attempted to sent an email to the test user again.
Here is the wp_mail() Debug response:
Temp Account <[email protected]>
Test 3.4
<html><head><title>Test 3.4</title></head><body><p>This is a test to determine if this email is deliverable to this account. It should be bounced to [email protected].</p>
<h5 style="border-top: 1px solid #eee;"></h5></body></html>
Array
(
[0] => From: "Uniq Sites" <[email protected]>
[1] => Return-Path: <[email protected]>
[2] => Reply-To: "Uniq Sites" <[email protected]>
[3] => Content-Type: text/html; charset="UTF-8"
)
Here is the PHPMailer Debug response:
PHPMailer Object
(
[Version] => 5.2.7
[Priority] => 3
[CharSet] => UTF-8
[ContentType] => text/html
[Encoding] => 8bit
[ErrorInfo] =>
[From] => [email protected]
[FromName] => Uniq Sites
[Sender] =>
[ReturnPath] =>
[Subject] => Test 3.4
[Body] =>
This is a test to determine if this email is deliverable to this account. It should be bounced to [email protected].[AltBody] =>
[Ical] =>
[MIMEBody:protected] =>
[MIMEHeader:protected] =>
[mailHeader:protected] =>
[WordWrap] => 0
[Mailer] => mail
[Sendmail] => /usr/sbin/sendmail
[UseSendmailOptions] => 1
[PluginDir] =>
[ConfirmReadingTo] =>
[Hostname] =>
[MessageID] =>
[MessageDate] =>
[Host] => localhost
[Port] => 25
[Helo] =>
[SMTPSecure] =>
[SMTPAuth] =>
[Username] =>
[Password] =>
[AuthType] =>
[Realm] =>
[Workstation] =>
[Timeout] => 10
[SMTPDebug] => 0
[Debugoutput] => echo
[SMTPKeepAlive] =>
[SingleTo] =>
[SingleToArray] => Array
(
)[do_verp] =>
[AllowEmpty] =>
[LE] =>[DKIM_selector] =>
[DKIM_identity] =>
[DKIM_passphrase] =>
[DKIM_domain] =>
[DKIM_private] =>
[action_function] =>
[XMailer] =>
[smtp:protected] =>
[to:protected] => Array
(
[0] => Array
(
[0] => [email protected]
[1] => Temp Account
))
[cc:protected] => Array
(
)[bcc:protected] => Array
(
)[ReplyTo:protected] => Array
(
)[all_recipients:protected] => Array
(
[[email protected]] => 1
)[attachment:protected] => Array
(
)[CustomHeader:protected] => Array
(
[0] => Array
(
[0] => Return-Path
[1] => <[email protected]>
)[1] => Array
(
[0] => Reply-To
[1] => "Uniq Sites" <[email protected]>
))
[lastMessageID:protected] =>
[message_type:protected] =>
[boundary:protected] => Array
(
)[language:protected] => Array
(
)[error_count:protected] => 0
[sign_cert_file:protected] =>
[sign_key_file:protected] =>
[sign_key_pass:protected] =>
[exceptions:protected] => 1
)Forum: Plugins
In reply to: [Custom Contact Forms] Cannot Delete Saved Form SubmissionsI was never able to delete my entries through the dashboard. I deleted them through database. The entry records are stored in wp_customcontactforms_user_data table. (If you attempt this be sure to back up your database first!)
I had a lot of entries and I believe that was the root of the problem. Once I emptied the database I have been able to receive submissions and use the Bulk Delete and individual Delete functionality normally.
Forum: Plugins
In reply to: [Custom Contact Forms] Cannot Delete Saved Form SubmissionsI would also like to delete previous submissions but am unable to. I am having the same problems that are mentioned above. I am using WP 3.8.1 and CCF 5.1.0.3.
Forum: Plugins
In reply to: [User Groups] User Group column is blank on /wp-admin/users.phpI have the same problem. The members are assigned to a group.
After looking through the source the group name is being listed in the code. However, the hyperlink that contains the group name has an inline style where the text color is being set to white. The background of my admin interface is white so the text does not appear on the page.
Are you still having trouble?
I was getting double titles as well and tried numerous different settings in an attempt to fix it with no luck. Then, I found this post. It tracks the problem to a function in the Starkers 3.0 theme. I followed their fix and that corrected my problem.
Another option to get back into your site is to disable your plug ins via the database and then log in to your site and update.
I followed this article from Perishable Press to disable mine.