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

**Describe the bug** An issue I have with the MultiEmailHandler is that my log messages are written to be compliant with lazy logging (pylint warning W1201). This works fine with...

bug

**Describe the bug** I'm having a problem with the MultiEmailHandler, that two emails are being sent. One valid email and one empty email. The empty email will still have the...

bug

**Describe the bug** I have an AWS Lambda which sends email to users when needed. The email script is written in python. Mails are only sent when some events are...

bug

**Is your feature request related to a problem? Please describe.** I would like to modify the html after it is rendered by Jinja and before it is emailed. This is...

enhancement

just a simple dash app. ``` def send_email(to_email): outlook.username = '[email protected]' outlook.password = 'xxxxx' # And then you can send emails outlook.send( subject="Example email", receivers=[to_email], text="Hi, this is an email."...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I would like to...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

Is there a way to add a filename to an embedded image? Currently my embedded images appear as 'noname' as the filename.

enhancement

**Is your feature request related to a problem? Please describe.** When the connection fails, one receives the misleading exception: "please run connect() first" which is coming from red-mail calling smtplib....

enhancement

**Is your feature request related to a problem? Please describe.** When I encountered https://github.com/Miksus/red-mail/issues/63 I first sought to enable debug-level logging to see what the problem was. But upon inspecting...

enhancement