Skip to main content

to_mailto

Function to_mailto 

Source
pub fn to_mailto(
    id: &ConnectionIdentifier,
    subject: &str,
) -> Result<String, String>
Expand description

Build a mailto: URI that pre-fills an onboarding email: a short human line plus the deep link in the body. Both subject and body are percent-encoded.

mailto:?subject=<pct>&body=<pct>