create-rust-app icon indicating copy to clipboard operation
create-rust-app copied to clipboard

Support set environment variables when send email

Open tomzio opened this issue 1 year ago • 0 comments

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}");

tomzio avatar Apr 08 '24 09:04 tomzio