sabuhish / fastapi-mail

Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk)
https://sabuhish.github.io/fastapi-mail/
MIT License
698 stars 81 forks source link

reply_to does not work. #139

Closed yPiuro closed 2 years ago

yPiuro commented 2 years ago

reply_to=["email@gmail.com"],

does not work

message = MessageSchema( subject=email.dict().get("subject"), recipients=email.dict().get("email"), reply_to=["email@gmail.com"], body=html, subtype='html' )

email@gmail.com is placeholder text, ive tried with multiple emails and none of them worked.