Skip to content

An Email Newsletter created with rust Actix-Web

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

roynrishingha/rustymail

rustymail logo

rustymail

Config

Method to change default port:

// Axum server is running on 127.0.0.1:8080
// Port 8080 is the default port.
// Pass desired port number as an argument in run_app funtion

#[tokio::main]
async fn main() -> Result<(), hyper::Error> {
    run_app(8080)?.await
}

Available Routes

/health_check - check server status. It returns a OK status without any body.

About

An Email Newsletter created with rust Actix-Web

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Languages