sender icon indicating copy to clipboard operation
sender copied to clipboard

One easy to use Python SMTP client

Results 4 sender issues
Sort by recently updated
recently updated
newest added

This PR adds `'rb'` to the Attachment example's `open()` call. Without this mode, Python attempts to decode image attachment contents as text and fails with: ``` UnicodeDecodeError: 'utf-8' codec can't...

Hello my question its How i can send with bulk smtps sender ??

Why this very useful library not updated anymore?

Some cloud mail providers e.g. Office365 sometimes don't connect / respond in the time defined by `socket._GLOBAL_DEFAULT_TIMEOUT`. Luckily this is something which can be overridden in the SMTP connection.