You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SendGrid Setup:
To setup SendGrid you first need to create a SendGrid account at https://sendgrid.com. Once you have an account you need to create two email templates for the app. One template for sending emails to admins and speakers, and another for the speaker email reminder.
This is the template for speaker and admin emails. Once your template is created copy the template ID into your env file and replace the the templateId variable with the process.env.ADMIN_SPEAKER_EMAIL_TEMPLATE in the following functions found in ../server/utils/sendGridEmailer.js
sendEmailToSpeaker
sendEmailToAdmin
sendConfirmCancelToAdmin
sendEmailToNewAdmin
SendGrid Setup:
To setup SendGrid you first need to create a SendGrid account at https://sendgrid.com. Once you have an account you need to create two email templates for the app. One template for sending emails to admins and speakers, and another for the speaker email reminder.
This is the template for speaker and admin emails. Once your template is created copy the template ID into your env file and replace the the templateId variable with the process.env.ADMIN_SPEAKER_EMAIL_TEMPLATE in the following functions found in ../server/utils/sendGridEmailer.js
sendEmailToSpeaker
sendEmailToAdmin
sendConfirmCancelToAdmin
sendEmailToNewAdmin
The text was updated successfully, but these errors were encountered: