rairo commited on
Commit
70f2744
·
verified ·
1 Parent(s): 4848935

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -79,7 +79,7 @@ def send_email(to, subject, html):
79
  "Content-Type": "application/json"
80
  }
81
  payload = {
82
- "from": "Admin <admin@resend.dev>",
83
  "to": to.strip(),
84
  "subject": subject,
85
  "html": html
 
79
  "Content-Type": "application/json"
80
  }
81
  payload = {
82
+ "from": "Guard Admin <admin@sozofix.tech>",
83
  "to": to.strip(),
84
  "subject": subject,
85
  "html": html