Skip to main content

mail_accept

Function mail_accept 

Source
pub fn mail_accept(
    from: String,
    to: String,
    subject: String,
    body: String,
    sender_verified: bool,
) -> Result<Value, String>
Expand description

Accept a message into the local inbox (same path as SMTP DATA) — for tests and mesh inject.