Browse Source
feat: mask _smtp_img_src in support string
pull/5281/head
Helmut K. C. Tessarek
4 months ago
No known key found for this signature in database
GPG Key ID: BE0985349D44DD00
1 changed files with
1 additions and
0 deletions
-
src/config.rs
|
|
@ -248,6 +248,7 @@ macro_rules! make_config { |
|
|
|
"smtp_from", |
|
|
|
"smtp_host", |
|
|
|
"smtp_username", |
|
|
|
"_smtp_img_src", |
|
|
|
]; |
|
|
|
|
|
|
|
let cfg = { |
|
|
|