Skip to main content

karbon_framework/mail/
mod.rs

1mod mailer;
2
3pub use mailer::{Mailer, MailBuilder, MailAttachment, Priority};