Michael Josephson
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Sending test email hangsThanks for the help. That did the trick. It’s a server I have running on a Linode, so it was simply a matter of enabling the iconv extension in php.ini:
extension=iconv.soYou might want to update the documentation to list the required PHP modules.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Sending test email hangsAfter turning on the WP debugging, the test message changed to “Sending the message: failed”
But nothing in the status message, or the session transcript.
The debug log has this:
[10-Mar-2015 22:51:39 UTC] PHP Fatal error: Call to undefined function iconv_strlen() in /srv/http/studiobstyle.com/htdocs/wp-content/plugins/postman-smtp/Postman/Postman-Mail/Zend-1.12.10/Validate/Hostname.php on line 1495Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Sending test email hangsIt wouldn’t be an exciting screenshot. When you try a test email, it never progresses beyond the “Sending email…” part. No timeout, just simply nothing.
I am in the process of changing domain name servers and the underlying IP addresses of the domain, so this could be part of the problem. Here’s the result of my
host studiobstyle.com[michael@chaumet studiobstyle.com]$ host studiobstyle.com studiobstyle.com has address 104.237.151.59 studiobstyle.com mail is handled by 5 alt4.aspmx.l.google.com. studiobstyle.com mail is handled by 4 alt3.aspmx.l.google.com. studiobstyle.com mail is handled by 1 aspmx.l.google.com. studiobstyle.com mail is handled by 3 alt2.aspmx.l.google.com. studiobstyle.com mail is handled by 2 alt1.aspmx.l.google.com.It’s a brand new WP install. Multisite. A few plugins are installed, yes, but I’m not sure why your diagnostic tool is not picking them up.