deltachat::smtp

Function smtp_send

source
pub(crate) async fn smtp_send(
    context: &Context,
    recipients: &[EmailAddress],
    message: &str,
    smtp: &mut Smtp,
    msg_id: Option<MsgId>,
) -> SendResult
Expand description

Tries to send a message.