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

[actions] improve email action doc #90020

Merged
merged 5 commits into from
Feb 8, 2021

Commits on Feb 2, 2021

  1. [actions] improve email action doc

    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 2, 2021
    Configuration menu
    Copy the full SHA
    0b70501 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    523ad9c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. fixes from PR review

    pmuellr committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    6dcff08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97ecf6c View commit details
    Browse the repository at this point in the history
  3. more fixes from PR review

    pmuellr committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    932be43 View commit details
    Browse the repository at this point in the history