Skip to content

Commit

Permalink
Merge pull request #106 from microsoft/enable-SSL-by-default
Browse files Browse the repository at this point in the history
Enable SSL by default
  • Loading branch information
jnilau authored Mar 14, 2024
2 parents 37c8909 + 533ec2d commit 1d2e615
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Note: "On New Failures" is an experimental option to reduce spam in case of a co

**To/Cc** - You can add a fixed list of people who wants to recieve the email when the send mail condition is satisfied.

![TaskConfig.png](images/TaskConfig.png)
![TaskConfig.png](../../../images/TaskConfig.png)

### Configuring Email content

Expand All @@ -40,7 +40,7 @@ Note: "On New Failures" is an experimental option to reduce spam in case of a co

**Include Commits** - Check this field to receive the commits information that are tested in the current release environment.

![TaskConfig2.png](images/TaskConfig2.png)
![TaskConfig2.png](../../../images/TaskConfig2.png)

### Advanced Section

Expand All @@ -50,11 +50,11 @@ Note: "On New Failures" is an experimental option to reduce spam in case of a co

### SMTP Connection

Create a "Generic" Service Connection in 'AzureDevOps' Service Connections with a Username, password and SMTP Server. Select the created endpoint from the dropdown menu in the task.
Create a "Generic" Service Connection in 'AzureDevOps' Service Connections with a Username, password and SMTP Server. Select the created endpoint from the dropdown menu in the task. SSL will be enabled by default.
Try to use public SMTP servers - for example - “smtp.live.com” (Hotmail/Outlook.com).
SMTP credentials generic endpoint can be configured as below for example:
![GenericEndPoint.JPG](images/GenericEndPoint.png)
![GenericEndPoint.JPG](../../../images/GenericEndPoint.png)

### Note

Supports only Node 10.x
Supports only Node 10.x
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 2,
"Patch": 208
"Patch": 209
},
"groups": [
{
Expand Down Expand Up @@ -212,7 +212,7 @@
"type": "boolean",
"label": "Enable TLS",
"required": false,
"defaultValue": "false",
"defaultValue": "true",
"helpMarkDown": "Enables TLS on SMTP Connection for sending email.",
"groupName": "advanced"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 1,
"Patch": 8
"Patch": 9
},
"groups": [
{
Expand Down Expand Up @@ -212,7 +212,7 @@
"type": "boolean",
"label": "Enable TLS",
"required": false,
"defaultValue": "false",
"defaultValue": "true",
"helpMarkDown": "Enables TLS on SMTP Connection for sending email.",
"groupName": "advanced"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Note: "On New Failures" is an experimental option to reduce spam in case of a co

**To/Cc** - You can add a fixed list of people who wants to recieve the email when the send mail condition is satisfied.

![TaskConfig.png](images/TaskConfig.png)
![TaskConfig.png](../../../images/TaskConfig.png)

### Configuring Email content

Expand All @@ -40,7 +40,7 @@ Note: "On New Failures" is an experimental option to reduce spam in case of a co

**Include Commits** - Check this field to receive the commits information that are tested in the current release environment.

![TaskConfig2.png](images/TaskConfig2.png)
![TaskConfig2.png](../../../images/TaskConfig2.png)

### Advanced Section

Expand All @@ -50,11 +50,11 @@ Note: "On New Failures" is an experimental option to reduce spam in case of a co

### SMTP Connection

Create a "Generic" Service Connection in 'AzureDevOps' Service Connections with a Username, password and SMTP Server. Select the created endpoint from the dropdown menu in the task.
Create a "Generic" Service Connection in 'AzureDevOps' Service Connections with a Username, password and SMTP Server. Select the created endpoint from the dropdown menu in the task. SSL will be enabled by default.
Try to use public SMTP servers - for example - “smtp.live.com” (Hotmail/Outlook.com).
SMTP credentials generic endpoint can be configured as below for example:
![GenericEndPoint.JPG](images/GenericEndPoint.png)
![GenericEndPoint.JPG](../../../images/GenericEndPoint.png)

### Updates

Supports Node 10.x - 16.x
Supports Node 10.x - 16.x
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 2,
"Patch": 208
"Patch": 209
},
"groups": [
{
Expand Down Expand Up @@ -212,7 +212,7 @@
"type": "boolean",
"label": "Enable TLS",
"required": false,
"defaultValue": "false",
"defaultValue": "true",
"helpMarkDown": "Enables TLS on SMTP Connection for sending email.",
"groupName": "advanced"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 2,
"Minor": 0,
"Patch": 0
"Patch": 1
},
"groups": [
{
Expand Down Expand Up @@ -212,7 +212,7 @@
"type": "boolean",
"label": "Enable TLS",
"required": false,
"defaultValue": "false",
"defaultValue": "true",
"helpMarkDown": "Enables TLS on SMTP Connection for sending email.",
"groupName": "advanced"
},
Expand Down

0 comments on commit 1d2e615

Please sign in to comment.