- Issue created by @almador
- π¬πͺGeorgia almador
I'm on Drupal 9.5.3. with Mail System 8.x-4.4 and Mime Mail 8.x-1.0-alpha5
When I'm trying to send the email using Mimemail example module
admin/config/system/mimemail/mimemail_example
this error appears:
Unable to send email. Contact the site administrator if the problem persists.
Checked
admin/reports/maillog
- no messages here.In dblog:
Error sending email (from name <id@server.org> to name@gmail.com with reply-to not set).
Default Mail System is set to Mime Mail mailer (both sender and formatter)
How could I find the log of "real" Mime mail errors to find what is preventing emails to be sent?
Checked my server /var/log - can't find anything related to mail or postfix, I think this AWS server.
- π¬πͺGeorgia almador
I'm on Drupal 9.5.3. with Mail System 8.x-4.4 and Mime Mail 8.x-1.0-alpha5
When I'm trying to send the email using Mimemail example module
admin/config/system/mimemail/mimemail_example
this error appears:
Unable to send email. Contact the site administrator if the problem persists.Checked admin/reports/maillog - no messages here.
In dblog:
Error sending email (from name to name@gmail.com with reply-to not set).Default Mail System is set to Mime Mail mailer (both sender and formatter)
How could I find the log of "real" Mime mail errors to find what is preventing emails to be sent?
- π΅π±Poland Krzysztof DomaΕski Poland
I have the same problem after changing to 8.x-1.0-alpha5. Drupal core 10.
Β‘Hi!
If you are using smtp module too and you check the _smtp_mailer_send function in smtp.module and debug it by dpm using devel module, and get in the Sender variable the problem is because before to send the mail the Sender has <>, so you need to delete the <> and de email will be send ok.
- Status changed to Postponed: needs info
over 1 year ago 6:39am 29 July 2023 - πΊπΈUnited States tr Cascadia
This queue is for the Mime Mail module.
I don't have either the time or the inclination to provide general support to all Drupal users for all email-related issues.
The error message "Unable to send email. Contact the site administrator if the problem persists." comes from core Drupal, and in general this means that your server is not set up to send mail. It could be your PHP configuration, your Drupal configuration, your server configuration, etc.
But this does not imply that it is a Mime Mail problem.
Please do your homework and search for this issue to find out how to resolve it. If your Drupal site can send mail successfully under normal conditions but not with Mime Mail enabled, then it *may* be a problem with Mime Mail. But your search should tell you how to find the error messages and those messages will tell you exactly what is going wrong.
IF you think this is a problem with Mime Mail, then post the complete raw source of the sent email along with the exact error message that tells us what part of that email source is wrong (for example, an improperly formatted "from" header, etc.). That is something we can work with and fix. But a non-specific error message from Drupal core doesn't imply that Mime Mail has a problem and doesn't give us the information needed to help you solve the problem.
- π¦πΉAustria drupalfan2
I have the same problem after Drupal 10 uprade and using 8.x-1.0-alpha6.
I need a solution.
Can you help?
Without soving this problem Mimemail is useless for Drupal 10. - π§πͺBelgium matthiasm11
If your using mimemail in combination with smtp, it may be worth to look into https://www.drupal.org/project/smtp/issues/3323386 π Error sending e-mail: Invalid address RTBC .
- π¦πΉAustria drupalfan2
I am using mimemail and mailsystem without smtp.
In Drupal 9 it works without problems. - Status changed to Closed: cannot reproduce
7 months ago 2:55pm 16 April 2024 - πΊπΈUnited States tr Cascadia
The requested information has not been provided.