-
The `EMAIL_SENDER_TRANSPORT_api_key` environment variable isn't really the preferred way to handle secrets.
Add support for an optional `EMAIL_SENDER_TRANSPORT_api_key_filename` variant. This conta…
-
### BUG OVERVIEW
I'm experiencing a bug that's preventing my Routes in Mailgun from being created with multiple actions. I'm following the examples straight out of the docs (both the [API Reference…
-
Thanks for this plugin. I think it would benefit if it used the api instead of the smtp user. That would make it faster and allow for multiple email senders from same domain. There is already a Swiftm…
-
Hi @eduardoboucas first of all love Staticman! We are in the process of migrating our entire corporate site over to Jekyll + GH Pages + Staticman ... so far I've gotten everything working including n…
-
Currently we're just supporting IMAP and SMTP, but in reality I suspect our most popular Mailbox will be using the [Gmail API](https://developers.google.com/gmail/api/guides). This would amount to a "…
-
The Mailgun API has not been setup neither has the Forget Password page been setup properly
-
https://documentation.mailgun.com/en/latest/api-email-validation.html#email-verifications
- [ ] Crear un singleton en breathecode.services llamado mailgun.py
- [ ] Crear un Mailgun.validate_email …
-
I made template and gave all parameters it neede to send it.
but i'm receiving this error all the time:
```
Error: ENOENT: no such file or directory, open '../../views/email/verifyemail.ejs'
here …
-
An email message with alternative is built like so:
```
email_message = EmailMultiAlternatives(subject, body, from_email, [to_email])
email_message.attach_alternative(foo, 'text/html')
email_message.…
-
**Is your feature request related to a problem? Please describe.**
At [Tacto](https://tacto.ai/) we are looking for a drop-in replacement of [django-anymail](https://github.com/anymail/django-anymail…