mails
This commit is contained in:
+3
-1
@@ -5,7 +5,9 @@ use tokio::sync::{broadcast, RwLock};
|
||||
const CHANNEL_CAPACITY: usize = 256;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct SmtpConfig { pub host: String, pub port: u16, pub username: String, pub password: String, pub from: String, pub public_url: String }
|
||||
pub struct SmtpConfig {
|
||||
pub host: String, pub port: u16, pub username: String, pub password: String, pub from: String, pub public_url: String
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct NoteUpdate {
|
||||
|
||||
Reference in New Issue
Block a user