Skip to content

Commit 619fdf2

Browse files
authored
Merge pull request #43 from mgerni/change-sendgrid-email
change-sendgrind-email
2 parents 2a87892 + bad2fff commit 619fdf2

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)