We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Notify Email is failing with below message.
[ERR] failed to send smtp notification for id: email : fromAddress missing from config URL
Below is the configuration setting. #cat .config/notify/provider-config.yaml smtp:
Notify Email is failing with below message.
[ERR] failed to send smtp notification for id: email : fromAddress missing from config URL
Below is the configuration setting.
#cat .config/notify/provider-config.yaml
smtp:
smtp_server: smtp.gmail.com
smtp_username: email@gmail.com
smtp_password: password
from_Address: email@gmail.com
smtp_cc:
smtp_format: "{{data}}"