pub async fn send_message(
    email: Email,
    mailer: &SmtpTransport,
    pool: PgPool
) -> Result<()>