red-mail icon indicating copy to clipboard operation
red-mail copied to clipboard

Advanced email sending for Python

Results 23 red-mail issues
Sort by recently updated
recently updated
newest added

I wanted to download all the attachments from a received mail. can provide the sample python code ?

Hello Mikael, Thank you for making red-mail, it's great helper. **Describe the bug** It seems it's not possible to embed base64 image into jinja2 template. Image is always attached to...

bug

**Is your feature request related to a problem? Please describe.** The inline images are attached as "noname": ![image](https://user-images.githubusercontent.com/37690409/169714686-5f111559-b6e7-4344-8a02-e5908f164fd4.png) or more specifically, without a name. For library users that use it...

enhancement
MIME

I tried to find this feature but I didn't find it. so I am trying to get `status_code` of the email's status like "If the email was successfully sent or...

enhancement

Hello! I have successfully put this package on to Conda Forge, and I have extending the invitation for the owner/maintainers of this package to be maintainers on Conda Forge as...

enhancement

The EmailSender constructor defaults `username` and `password` to `None`, so the type hint should be Optional[str], so that calling functions are also able to pass `None` in here.

In the docs on the page [Embedding Image with dict format](https://red-mail.readthedocs.io/en/stable/tutorials/embed/image.html#embedding-images) the following example is given: ```py gmail.send( subject='An image', receivers=['[email protected]'], html=""" This is an image: {{ myimage }} """,...

**Is your feature request related to a problem? Please describe.** To use redmail for sending out a newsletter to all my users, I need them each to be the To:...

enhancement

**Is your feature request related to a problem? Please describe.** Whilst Amazon SES offers relaying emails via SMTP there are cases where the environment is configured to use IAM policies...

enhancement

Thanks for providing such useful module in python. It helps a lot in my work. I used a lot with Plotly in my visualization analysis. I propose to use Plotly...

enhancement