Skip to content

Commit

Permalink
Update README for EmailReportV1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnilau authored Mar 13, 2024
1 parent 63b0ee4 commit 255f84a
Showing 1 changed file with 5 additions and 5 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

0 comments on commit 255f84a

Please sign in to comment.