create-rust-app
create-rust-app copied to clipboard
Support set environment variables when send email
Support set environment variables when send email
Example
let auth_router_prefix = std::env::var("AUTH_ROUTER_PREFIX").unwrap();
let link = &format!("{auth_router_prefix}/reset?token={reset_token}");