Email Server
Syntax
EMAIL SERVER sendgrid
Parameters
- sendgrid: The only functional value. Tells RunScore to send mail through the SendGrid Web API. Any other server name is deprecated: RunScore shows a deprecation dialog and does not send.
Description
Specifies the mail server used to send e-mail. Sending is SendGrid-only.
Remarks
When sendgrid is used, an EMAIL APIKEY is also required. Generic ISP SMTP and SendinBlue (smtp-relay.sendinblue.com, etc.) no longer send — see E-mail.
Examples
To use SendGrid:
EMAIL SERVER sendgrid
EMAIL APIKEY << YOUR_API_KEY_HERE >>