Sending emails to commit authors
Hi,
I've got my notifications section of my appveyor.yml setup like this:
notifications:
- provider: Email
to:
- '{{commitAuthorEmail}}'
on_build_status_changed: true
on_build_failure: true
on_build_success: true
The above matches the instructions here https://www.appveyor.com/docs/notifications/#appveyoryml-configuration
However, I do not get sent emails (either does the other contributor), and the build results page shows the following notification:
Error sending Email notification: Error sending email message
Any idea what the problem is?
Thanks
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

1 Posted by Ilya Finkelshte... on 18 May, 2017 10:02 AM
Could you please check that committer does not committers do not keep addresses private. Please let us know if this helps.
2 Posted by a.truskinger on 19 May, 2017 01:11 AM
Hi Ilya,
Thanks for the response.
I've added a
- ps: 'ls env:'to my appveyor.yml. Wit that I can see in theAPPVEYOR_REPO_COMMIT_AUTHOR_EMAILenvironment variable which is correctly set to[REDACTED]@gmail.com.We still get the error sending email notification:
Any further thoughts?
Thanks,
3 Posted by Ilya Finkelshte... on 21 May, 2017 08:25 AM
Sorry, it seems that we have issue with this functionality. Looking if we can fix this quickly. For now I can propose you the following workaround:
Please let us know if workaround works. Sorry once again for misleading doc.
Ilya.
4 Posted by Ilya Finkelshte... on 22 May, 2017 03:45 PM
Filed this GitHub issue to track it.
5 Posted by a.truskinger on 23 May, 2017 12:08 AM
Hi Ilya,
Thanks for filing that issue.
In the meantime, I've tried setting up the alternative notifications which seem to work ok.
Thanks,
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:17 AM.