I am just starting with Abantecart, and so far its great. I am trying to get the mail configuration working, although I am not having much luck. I got the website up and running on a local server and I want to have the email order confirmations emailed to my account through O365. I have the SMTP host set as: ssl://smtp.office365.com and I am authenticating using my username and password, on port 587, but mail will not send. I keep getting errors:
warning: AbanteCart core v.1.2.16 fsockopen(): SSL operation failed with code 1. OpenSSL Error messages:
error:1408F10B:SSL routines:ssl3_get_record:wrong version number in ..htdocs\store\core\lib\mail.php on line 376
and
warning: AbanteCart core v.1.2.16 fsockopen(): unable to connect to ssl://smtp.office365.com:587 (Unknown error) in ..\htdocs\store\core\lib\mail.php on line 376
I'm not sure what the issue is as I am very new to php.
Any help would be greatly appriciated.