issues Search Results · repo:cole/aiosmtplib language:Python
Filter by
81 results
(115 ms)81 results
incole/aiosmtplib (press backspace or delete to remove)Is your feature request related to a problem? Please describe. When I send out emails from company email, the avatar is
the first letter (default). I would like to be able to set it in the code.
Describe ...
🚀 feature
mmzeynalli
- Opened on May 1
- #318
Describe the bug I am unable to connect to Resend’s SMTP service using any port. I have successfully sent emails using
third-party testing tools like DNSChecker, and I can send emails to other SMTP servers ...
🐛 bug
haibo-looki
- 2
- Opened on Apr 28
- #317
Describe the bug I am unable to connect to Resend’s SMTP service on any port, even though third-party testing tools
(such as DNSChecker’s SMTP Test Tool) report successful connections.
When I attempt ...
🐛 bug
haibo-looki
- 1
- Opened on Apr 28
- #316
Describe the bug If the user wants to create an SMTP connection by specifying his own socket and TLS context, then he
needs to pass the hostname parameter to the class constructor, since it is necessary ...
🐛 bug
nukce1
- 1
- Opened on Jan 28
- #299
Describe the bug
async with SMTP(): blocks asyncio loop
To Reproduce
Code example to reproduce
import asyncio
import time
from aiosmtplib import SMTP
from my_project import settings
smtp = SMTP( ...
🐛 bug
raidzin
- 1
- Opened on Jan 20
- #293
Describe the bug Calling pyright in strict mode on aiosmtplib.send displays a following error: Type of send is (message:
EmailMessage | Message[str, str] | str | bytes, /, *, sender: str | None = None, ...
🐛 bug
rijenkii
- 3
- Opened on Jul 26, 2024
- #267
This library attempts to be very similar to normal native python smtplib but the args the client are created with are
kind of confusing and not using them correctly can lead to failed connections
STARTTLS ...
🐛 bug
obnoxiousmods
- 1
- Opened on Feb 9, 2024
- #247
If host isnt being used, server_hostname kwarg must be passed, so when you pass a sock and host=None, it always errors
cuz no host= and no server_hostname=, only way to use passed sock is by patching smtp.py ...
🐛 bug
obnoxiousmods
- 1
- Opened on Feb 1, 2024
- #245
Describe the bug It seems like at some point my smtp client is losing connection client.is_connected is None, and it
hangs indefinitely if I call client.connect(). That problem may be related to specific ...
🐛 bug
notypecheck
- 16
- Opened on Jan 19, 2024
- #243
Python s smtplib has a LMTP client for sending mails through the LMTP protocol. This is missing from aiosmtplib, are
there plans for supporting sending emails through LMTP?
🚀 feature
dcfreire
- 3
- Opened on Apr 26, 2023
- #210

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.