Closed yPiuro closed 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.
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.