I have configured pipe: atlassian/email-notify:0.13.2 step to notify the user once build is completed. but getting below error -
✖ Failed to send email to $User. Check your configuration settings.
can you pls help me with this.
Hi Pratiksha,
Welcome to the community!
Could you enable the debug mode in the pipe configuration? This may assist in identifying the reason for the failure. For your reference, here's an example of enabling debug mode:
- pipe: atlassian/email-notify:0.13.2
variables:
USERNAME: '<string>'
PASSWORD: '<string>'
FROM: '<string>'
TO: '<string>'
HOST: '<string>'
DEBUG: true
- Phil
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.