我在chronos服务器上设置了一个作业,需要在其中配置邮件服务。邮件服务将发送作业失败和成功情况的作业状态。我需要在哪里编辑或添加哪个文件?
23c0lvtd1#
您需要配置以下参数
--mail_from <arg> Mail from field --mail_password <arg> Mail password (for auth) -m, --mail_server <arg> Address of the mailserver in server:port format --mail_ssl Mail SSL --mail_user <arg> Mail user (for auth)
电子邮件将发送给所有者(如果以逗号分隔,请参阅: sendNotification() 仅适用于以下场合: JobRemoved JobDisabled JobRetriesExhausted 要获得有关成功的信息,您需要添加此案例。
sendNotification()
JobRemoved
JobRetriesExhausted
1条答案
按热度按时间23c0lvtd1#
您需要配置以下参数
电子邮件将发送给所有者(如果以逗号分隔,请参阅:
sendNotification()
仅适用于以下场合:JobRemoved
JobDisabledJobRetriesExhausted
要获得有关成功的信息,您需要添加此案例。