- πΊπΈUnited States AaronBauman Philadelphia
How do i set up Mail System and Maillog settings if I want emails to be logged by Maillog AND ALSO sent by another sender e.g. Sendgrid Integration?
Can someone please explain in detail how this should be set up?
- πͺπΈSpain julien.reulos
I use the following configuration and it works using Sendgrid integration:
1) mailsystem module
- Formatter: Default PHP mailer
- Sender: Maillog Mail-Plugin
- Theme: current
- Module-specific configuration: none2) maillog module
- Allow the e-mails to be sent.
- Create table entries in maillog table for each e-mail.3) smtp module
The usual configuration.
- πΊπΈUnited States AaronBauman Philadelphia
If "sender" is Maillog, what mechanism Maillog use to actually do the mail send?
The answer to the original question is still not clear from the docs.
- Status changed to Needs work
over 1 year ago 11:56am 2 July 2023 - πΊπΈUnited States DamienMcKenna NH, USA
It's fair, let's improve the documentation further.
- First commit to issue fork.
- Status changed to Active
9 months ago 12:17pm 9 March 2024 - πΊπΈUnited States DamienMcKenna NH, USA
I'm not sure this can be done right now, I think we'd need to add support for Drupal Symfony Mailer in β¨ Support Symfony Mailer RTBC .
- Status changed to Postponed
9 months ago 2:42pm 9 March 2024 - πΊπΈUnited States DamienMcKenna NH, USA
Once β¨ Support Symfony Mailer RTBC then we can document it properly.