We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a87892 + bad2fff commit 619fdf2Copy full SHA for 619fdf2
1 file changed
send_grid_email.py
@@ -5,7 +5,7 @@
5
6
def send_message(to, subject, body):
7
sg = sendgrid.SendGridAPIClient(api_key=config.SENDGRID_API_KEY)
8
- from_email = Email("taskapposrs@gmail.com")
+ from_email = Email("noreply@osrstaskapp.com")
9
to_email = To(to)
10
subject = subject
11
content = Content("text/plain", body)
0 commit comments