-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error sending email: Expected response code 220 but got an empty response #170
Comments
Is Craft able to send other emails, such as password reset emails? |
I have a similar problem. |
I get this when using Sendmail. I am using SMTP, but I may have other issues with SMTP, it seems to send the email even though its spam and not show an error. I want to use Sendmail to test, but I get this "Expected response code 220 but got an empty respons" |
I had this proplem to running Craft CMS on Docksal with MailHog, we were able to resolve it by switching transport type from Sendmail to SMTP configured as below: |
Running into the same issue on a site that uses Sendmail for e-mail delivery. |
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.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.
The text was updated successfully, but these errors were encountered: