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

Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk)

Results 44 fastapi-mail issues
Sort by recently updated
recently updated
newest added

Would it be possible to provide an example illustrating how to send an email with alternate plain text?.. as in [the last example in these python email examples](https://docs.python.org/3/library/email.examples.html).

After I installed fastapi-mail 1.1.4 and set it up in my app, I started getting the following "no module found" messages when I import things related to the package, e.g.:...

1. Extra 'msgid domain' ConnectionConfig parameter Set your own domain instead of the currently used local hostname. MAIL_MSGID_DOMAIN: Optional[str] = None 2. Extra 'msgid domain' MailMsg parameter Dynamically set your...

I'm testing the fastapi-mail module for the first time. I tried using the route to send files from the documentation and every time I get the filename on the mail...

Is there a way to add support for aws ses mail integration to the package

I saw that this lib uses email-validator lib. I find it while I was working on one of my projects that is using email-validator lib (on the latest version), and...

Python Version: 3.9.7 venv activated fastapi_mail : 1.4.1 ``` Traceback (most recent call last): File "/Users/arshid/Desktop/test/fast-mail-test/ma-test.py", line 2, in from fastapi_mail import FastMail, MessageSchema, ConnectionConfig File "/Users/arshid/Desktop/test/fast-mail-test/venv/lib/python3.9/site-packages/fastapi_mail/__init__.py", line 1, in...

I use fastapi version 0.99.1 and pydantic 1.10.10, so when I try `poetry add fastapi-mail` then I get ``` SolverProblemError Because no versions of fastapi-mail match >1.4.1,=2.0,=1.4.1,=2.0,=1.7.4,1.8,1.8.1,0.99.1,=1.4.1,=0.99.1,