Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] [actions] improve email action doc (#90020) #90562

Merged
merged 1 commit into from
Feb 8, 2021

Commits on Feb 8, 2021

  1. [actions] improve email action doc (elastic#90020)

    resolves elastic#88333
    
    Fixed:
    
    - add note that `secure: false` will use TLS, but after an initial connection
      with TCP; we have been getting questions from customers who believed that
      `secure: false` implied TLS was not used at all.
    
    - added a link to the nodemailer "well-known services" module, to allow
      customers to see examples of other email service configurations
    
    - updated the Outlook config example to use the current nodemailer values
    
    - couple of other small tweaks
    pmuellr committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    f26831e View commit details
    Browse the repository at this point in the history