This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
Issues with Machform and SMTP on our server.
Started 8 years ago by MvdL79 | 2 posts |
-
Well I tried several settings, but none of them work with our server. Though a different script (WHMCS) we use actually does work with SMTP.
Maybe there is a hidden setting which needs to be adjusted somewhere...?I prefer to use SMTP along with port 587, because when you use this, it will have a lesser chance it will be marked as spam in general.
Anyways these are our settings:
SMTP server: mail.domain.com (this is 100% correct)
Use Authentication: Yes
Use TLS/SSL: Yes
SMTP user name: email@domain.com
SMTP Password: <pass> (this is 100% correct)
SMTP Port: 587I am testing this with emailing a submitted entry. In the above scenario get the following error message:
Error! Unable to send entry.
Error message: <blank>If I set TLS/SSL to "No" and try to send it again, it will send "Success! The entry has been sent."
But, I am still not receiving anything at all (also checked spam folders as well).I had similar issues with WHMCS, but that was fixed by changing the following:
public $SMTPAutoTLS = true;
to
public $SMTPAutoTLS = false;In a file called class.phpmailer.php.
Is there a similar setting for MachForm? So we are able to send emails through SMTP nevertheless?
Thank you in advance.
Regards
Posted 8 years ago # -
Aparently it's sending now, but takes some time apparently. Weird.
Posted 8 years ago #
Reply
You must log in to post.