Hi,
I have both WB 2.8 and a WordPress blog installed on my domain. My email is hosted by google. I've been going crazy trying to get outbound email working with WB using a form page and in investigating things at the code level I see that both WB and WP use PHP Mailer 2.0.4. WordPress works to send emails out but WB does not.
I notice that there are two (I believe required) settings in WordPress' set up dialog which WB does not ask for:
SMTP port (in this case requiring 465)
Secure connection prefix (ie: ssl or tls, in this case requiring ssl).
When I check the error logs in WB, there are entries like:
[04-Feb-2010 18:08:15] PHP Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to smtp.gmail.com:25 (Connection timed out) in /home/donv/public_html/site/include/phpmailer/class.smtp.php on line 122
.
Just for trying, I hard coded the prefix and port in the class.mailer.php file for WB. After that I no longer get any errors in the log, but the mails still do not go out.
Any ideas? It appears there have been no successful resolution to the prior forum posts I found with similar issues, I'm hoping this might move things along. How can I help to further debug this issue?
[Subject changed, workaround found, see reply #5 below]