Skip to content

Commit e85c2f8

Browse files
authored
Add authentication information to required information for setting up SMTP for AE (#16340)
* Add authentication information * Add AE versioning back in
1 parent 5fbd6f2 commit e85c2f8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

content/admin/configuration/configuring-email-for-notifications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Notification emails are sent if there is activity on a repository a user is watc
1818
Your dedicated technical account manager in {% data variables.contact.github_support %} can configure email for notifications to be sent through your SMTP server. Make sure you include the following details in your support request.
1919

2020
- Your SMTP server address
21+
- Login information to authenticate to the server: username and password
2122
- The port your SMTP server uses to send email
2223
- The domain name that your SMTP server will send with a HELO response, if any
2324
- The type of encryption used by your SMTP server
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
{% if enterpriseServerVersions contains currentVersion %}
2-
1+
{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
32
{% note %}
43

54
**Note**: You'll only receive email notifications if outbound email support is enabled on {% data variables.product.product_location %}. For more information, contact your site administrator.
65

76
{% endnote %}
8-
97
{% endif %}

0 commit comments

Comments
 (0)