I have used below code snippet for email notify from https://bitbucket.org/atlassian/email-notify/src/master/:
script:
- pipe: atlassian/email-notify:0.8.0
variables:
USERNAME: 'someemail@companydomain.com'
PASSWORD: 'password'
FROM: 'someemail@companydomain'
TO: 'otheremail@companydomain'
HOST: 'smtp-mail.outlook.com'
I am getting error ✖ Failed to send email to otheremail@companydomain. Check your configuration settings.
What configuration changes I have to do
hey I'm also having the same problem please tell me if you have a solution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.