[][src]Function postoffice::client::send_message_async

pub async fn send_message_async<'_>(
    id_base: &'_ String,
    message: String,
    secure: bool
) -> Result<Response, &'static str>