feat(issue22/server-flask): Updates email object

master
sovanna 2020-04-14 13:47:45 +09:00
parent 89181fbf82
commit 42837ec0b2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def send_rfq():
recipient = "sovanna.xyz@gmail.com"
msg = Message(
"RFQ from %s" % payload['email'],
"[ORDER HARDWARE - RFQ from %s]" % payload['email'],
sender=payload["email"],
recipients=[recipient])