RE: Sentora for Windows 1.0.0 released!
02-23-2015, 07:51 AM
(This post was last modified: 02-23-2015, 07:54 AM by Miow5.)
Well, it is not working.
I tried all the possible configurations for the website mail form, including SMTP authentication, port 25, 465, 587, but nothing is working.
SMTP Error: Could not connect to SMTP host.
Mailer Error: SMTP Error: Could not connect to SMTP host.
However, as I wrote before, the mailboxes are working well, emails are sent and reveived.
Another test script (it shows MAIL SENT, but mail do not arrive to destiny):
I tried all the possible configurations for the website mail form, including SMTP authentication, port 25, 465, 587, but nothing is working.
SMTP Error: Could not connect to SMTP host.
Mailer Error: SMTP Error: Could not connect to SMTP host.
However, as I wrote before, the mailboxes are working well, emails are sent and reveived.
Another test script (it shows MAIL SENT, but mail do not arrive to destiny):
Code:
<?php
mail('myemail@somewhere.com','Test mail','The mail function is working!');
echo 'Mail sent!';
?>