Function deltachat::smtp::smtp_send

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

Tries to send a message.