Skip to content

Commit ee1b0d7

Browse files
committed
Added SMTP to acronyms file
1 parent d9bf0dd commit ee1b0d7

File tree

2 files changed

+2
-1
lines changed
  • .github/styles/UmbracoDocs
  • umbraco-cloud/expand-your-projects-capabilities/external-services

2 files changed

+2
-1
lines changed

.github/styles/UmbracoDocs/Acronyms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ exceptions:
9191
- ASCII
9292
- CMD
9393
- NGINX
94+
- SMTP

umbraco-cloud/expand-your-projects-capabilities/external-services/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ On the **Advanced** page of your project, you can turn on the static outbound IP
1414

1515
{% hint style="info" %}
1616

17-
The enabling of static outbound IP addresses will have the effect that port 25 will be blocked. Port 25 is the default port for Simple Mail Transfer Protocol (SMTP) relays and is commonly abused to send spam from compromised parties. Accordingly, this port is often blocked by ISPs and cloud providers such as Microsoft and Google. For SMTP submissions, we advise you to use port 587 or port 2525.
17+
The enabling of static outbound IP addresses will have the effect that port 25 will be blocked. Port 25 is the default port for SMTP relays and is commonly abused to send spam from compromised parties. Accordingly, this port is often blocked by ISPs and cloud providers such as Microsoft and Google. For SMTP submissions, we advise you to use port 587 or port 2525.
1818

1919
{% endhint %}
2020

0 commit comments

Comments
 (0)