Browse Source

feat: mask _smtp_img_src in support string (#5281)

pull/5291/head
Helmut K. C. Tessarek 1 month ago
committed by GitHub
parent
commit
fd51230044
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/config.rs

1
src/config.rs

@ -248,6 +248,7 @@ macro_rules! make_config {
"smtp_from", "smtp_from",
"smtp_host", "smtp_host",
"smtp_username", "smtp_username",
"_smtp_img_src",
]; ];
let cfg = { let cfg = {

Loading…
Cancel
Save