lyft_send_email_
Send email with specific content to the recipient.
Syntax
lyft_send_email [@message]='email content' [, [@subject=]'email subject'] [, [@from]='sender email'] [, [@to]='recipient email'] [, [@sendgridkey]='sendgrid key']
Arguments
- [@message] ='email content'
Content of the email. Required
- [@subject] ='email subject'
Subject of the email. Optional
- [@from] ='sender email'
Sender's email address. Optional
- [@to] ='recipient email'
Recipient's email address. Optional
- [@sendgridkey] ='sendgrid key'
The SendGrid API key. Optional
Example
EXEC lyft_send_email 'Content of the email ', 'Subject', 'sender@lyftron.com', 'recipient@lyftron.com', 'API_KEY';