When i try to send mail (using ajax), plugin returns message indicating that message was sent - success: true.
However no email is sent and in error log i get this message:
2019-06-26 02:35:28 [-][1][-][warning][application] Error sending email: Expected response code 220 but got an empty respons
Mail is supposed to be sent using server sendmail functionality - nothing was overwritten in config/app.php file.
I also tested if sendmail works using simple phpmailer script - and it works correctly. So issue seems to be with contact form plugin.
If you want, i can send you a log file.
When i try to send mail (using ajax), plugin returns message indicating that message was sent -
success: true.However no email is sent and in error log i get this message:
Mail is supposed to be sent using server sendmail functionality - nothing was overwritten in
config/app.phpfile.I also tested if sendmail works using simple phpmailer script - and it works correctly. So issue seems to be with contact form plugin.
If you want, i can send you a log file.