red-mail
red-mail copied to clipboard
Advanced email sending for Python
**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...
**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...
**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...
**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...
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."...
**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...
**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...
Is there a way to add a filename to an embedded image? Currently my embedded images appear as 'noname' as the filename.
**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....
**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...