Skip to content

Instantly share code, notes, and snippets.

@it-pappa
Last active April 28, 2022 08:45
Show Gist options
  • Save it-pappa/5f3e9160dfa2afca7d3852c2bc1aa68a to your computer and use it in GitHub Desktop.
Save it-pappa/5f3e9160dfa2afca7d3852c2bc1aa68a to your computer and use it in GitHub Desktop.
Mail notification fix AWX

Fix E-Mail notification error in AWX

When trying to send email notification in AWX you will get alerts that Email options have not been selected.
This is due to an bug in the option to choose TLS or SSL in the E-Mail template. To fix this:

Go to: http://awx-ip/api/v2/notification_templates/your-template/
All the way at the bottom, set:

"use_ssl": false,
"use_tls": false

This has to be done on all E-Mail Templates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment