Function sendgrid_flows::send_email

source ·
pub fn send_email(sender: &str, email: &Email) -> Result<(), String>
Expand description

Send email with provided email parameter.

sender is the sender’s email when you connect Flows.network platform with your SendGrid account.

email is a Email object.

If you have not connected your SendGrid account with Flows.network platform, you will receive an error in the flow’s running log.