pub fn send_test_email(
    to_who: String,
    secret: &Config,
    server: &Config
) -> Result<String, String>
Expand description

Send a test email

used for testing and guide to making emails