Current section
Files
Jump to
Current section
Files
include/sendgriddle_Email.hrl
-record(email, {
to :: list(binary()),
sender_email :: binary(),
sender_name :: binary(),
subject :: binary(),
content :: sendgriddle:email_content()
}).