changed SMTP server name
This commit is contained in:
parent
e900d9c1e6
commit
58cc5b165b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ async fn main() {
|
||||||
let clients = matrix::get_clients(&mut config).await;
|
let clients = matrix::get_clients(&mut config).await;
|
||||||
crate::config::write_config(&config, &immutable_config, &args[1]);
|
crate::config::write_config(&config, &immutable_config, &args[1]);
|
||||||
|
|
||||||
let service = SmtpService::create(format!("{}:{}", config.bind_address.unwrap(), config.bind_port.unwrap()).parse().unwrap(), "Name".into(),
|
let service = SmtpService::create(format!("{}:{}", config.bind_address.unwrap(), config.bind_port.unwrap()).parse().unwrap(), "matrixmailer".into(),
|
||||||
Arc::new(ToMatrixConverter {
|
Arc::new(ToMatrixConverter {
|
||||||
receiver_whitelist: config.receiver_whitelist,
|
receiver_whitelist: config.receiver_whitelist,
|
||||||
matrix_clients: clients,
|
matrix_clients: clients,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue