Skip to content

Commit bad2fff

Browse files
committed
change-sendgrind-email
1 parent a266e17 commit bad2fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

send_grid_email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def send_message(to, subject, body):
77
sg = sendgrid.SendGridAPIClient(api_key=config.SENDGRID_API_KEY)
8-
from_email = Email("taskapposrs@gmail.com")
8+
from_email = Email("noreply@osrstaskapp.com")
99
to_email = To(to)
1010
subject = subject
1111
content = Content("text/plain", body)

0 commit comments

Comments
 (0)