forked from M-Labs/web2019
feat(issue22/server-flask): Updates email object
This commit is contained in:
parent
89181fbf82
commit
42837ec0b2
|
@ -26,7 +26,7 @@ def send_rfq():
|
||||||
recipient = "sovanna.xyz@gmail.com"
|
recipient = "sovanna.xyz@gmail.com"
|
||||||
|
|
||||||
msg = Message(
|
msg = Message(
|
||||||
"RFQ from %s" % payload['email'],
|
"[ORDER HARDWARE - RFQ from %s]" % payload['email'],
|
||||||
sender=payload["email"],
|
sender=payload["email"],
|
||||||
recipients=[recipient])
|
recipients=[recipient])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue