Added AWS SES email
This commit is contained in:
@@ -5,8 +5,8 @@ from sendgrid import SendGridAPIClient
|
||||
from sendgrid.helpers.mail import Mail
|
||||
|
||||
|
||||
@staticmethod
|
||||
def test_new_mailer():
|
||||
# @staticmethod
|
||||
def send_email_sendgrid():
|
||||
|
||||
# Replace these with your actual details
|
||||
SENDGRID_API_KEY = "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"
|
||||
|
||||
Reference in New Issue
Block a user