snipe-it mail setup
This commit is contained in:
@@ -36,13 +36,19 @@ in {
|
||||
};
|
||||
|
||||
mail = {
|
||||
driver = "smtp";
|
||||
host = "smtp.eu.mailgun.org";
|
||||
port = 587;
|
||||
encryption = "tls";
|
||||
user = "bot@az-gruppe.com";
|
||||
passwordFile = config.age.secrets.snipe-it-mail-password.path;
|
||||
from = {
|
||||
name = "Snipe-IT Asset Management";
|
||||
address = "snipe-it@az-gruppe.com";
|
||||
name = "AZ - Asset Management";
|
||||
address = "bot@az-gruppe.com";
|
||||
};
|
||||
replyTo = {
|
||||
name = "Snipe-IT Asset Management";
|
||||
address = "snipe-it@az-gruppe.com";
|
||||
address = "bot@az-gruppe.com";
|
||||
};
|
||||
backupNotificationAddress = "sascha.koenig@azintec.com";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user