aktin/debian-dwh-pkg

adding variable mail.from variable for java mail (suggestion)

开放

#14 创建于 2025年6月3日

 (0 条评论) (1 个反应) (0 位负责人)Shell (0 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (0 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Hello everyone,

In the course of creating a deployment in our environment, I noticed that the java mail client receives the user and the password, but unfortunately not the FROM address for the mail header.

This leads to an error in our setup, because in addition to the mandatory login, the FROM address must match the logging account.

I have experimented a little and the following configuration is successful:

# Authentication settings for the SMTP server
mail.smtp.auth=true
mail.from=< associated from address >
mail.user=< user to from address > 
mail.x.password=< password to user > 

It would be great if this were included as standard in the aktin.properties.

Best regards

贡献者指南