Packages

Send emails from Gleam with SendGrid

Current section

Files

Jump to
sendgriddle include sendgriddle_Email.hrl
Raw

include/sendgriddle_Email.hrl

-record(email, {
to :: list(binary()),
sender_email :: binary(),
sender_name :: binary(),
subject :: binary(),
content :: sendgriddle:email_content()
}).