- bc_mail_test(+User, +Params, -Result) is det
- Tries to send a test email. Result is one
of:
error(E)
, fail, ok.
- bc_mail_send(:Goal, +From, +Subject, +To) is det
- Sends mail using the current SMTP configuration.
Takes Goal argument that must produce the mail
body. Goal must accept argument for output Stream.
- bc_mail_send_text(+Text, +From, +Subject, +To) is det
- Same as bc_mail_send/4 but takes prepared
text instead of closure.