Aug 19th, 2015, 11:55 PM
(Aug 19th, 2015, 1:19 PM)alexh Wrote: Thanks for the info! I just upgraded my PHP version today and am getting an error when sending a test email via Swift Mailer: "There was a problem communicating with SMTP: The SMTP connection failed to start [ssl://my.[domain].com:465]: fsockopen returned Error Number 0 and Error String ''
I tried editing the code you provided, but I got a little confused. Can you post the entire emails.php file?
Alex
Well, I'm not sure the error you are mentioning is related to the issue for which I provided a fix.
The fix provided is related to the impossibility to send multipart e-mails with the PHP mail function. So I don't think it applies to an installation using Swift Mailer.
Otherwise, to apply the patch, simple look for the lines starting with a symbol minus - and replace them with the ones starting with a symbol +.
Best regards,
Alexandre 8)