Skip to content

Commit

Permalink
revert because duke vcm is bad
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesxu123 committed Mar 4, 2024
1 parent 635c81b commit 6451c0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mailer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pub fn create_mailer(
let mailer = AsyncSmtpTransport::<Tokio1Executor>::relay(&host)
.unwrap()
.credentials(creds)
.port(2525)
.pool_config(PoolConfig::new())
.build();
mailer
Expand Down

0 comments on commit 6451c0f

Please sign in to comment.