Mar 14th, 2013, 11:42 AM
It has now been two full days of troubleshooting. The only difference I've been able to find between the FT install on my dedicated server and the install on my shared server is the version of PHP being used. The version that is working is 5.2.17, while the PHP version that is not working is 5.3.22.
Between the host and myself, we have checked every nook and cranny we can find. SwiftMailer is still refusing to connect to smtp.gmail.com using PHP 5.3.22. I have to believe that the FT code needs to be updated (or maybe a new version of the SwiftMailer module needs to be released) in order to remedy this and get it working again.
Message from the WebHost:
Hoping that Ben or Joe is watching the forum about this. I'm exhausted from trying to make this work.
Between the host and myself, we have checked every nook and cranny we can find. SwiftMailer is still refusing to connect to smtp.gmail.com using PHP 5.3.22. I have to believe that the FT code needs to be updated (or maybe a new version of the SwiftMailer module needs to be released) in order to remedy this and get it working again.
Message from the WebHost:
Quote:I am not familiar with the SwiftMailer application itself, but it looks like either the mail needs to have a "from" of the server it is executing on, or something in its code needs altering as the management interface does not apply the settings correctly.
Here are a few posts I found outlining what I came across leading me down the above thoughts.
http://swiftmailer.org/docs/sending.html#encrypted-smtp
http://stackoverflow.com/questions/35368...l-smtp-php
http://stackoverflow.com/questions/99734...nied-error
http://forums.formtools.org/showthread.php?tid=129
Hoping that Ben or Joe is watching the forum about this. I'm exhausted from trying to make this work.