[][src]Struct oration::config::Notifications

pub struct Notifications {
    pub new_comment: bool,
    pub smtp_server: SMTPServer,
    pub recipient: Recipient,
}

Details of the email notification system.

Fields

Toggle if an email is to be sent when a new comment is posted.

SMTP connection details.

Who to send the notification to.

Trait Implementations

impl Debug for Notifications
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Notifications

impl Sync for Notifications