Skip to content

Commit

Permalink
Merge pull request #819 from posquit0/patch-1
Browse files Browse the repository at this point in the history
Fix typo in USE_CASES.md
  • Loading branch information
thinkingserious authored Oct 29, 2018
2 parents 3254277 + 4193a0d commit 895c5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mail/USE_CASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ sgMail.send(msg);

This will enable you to send a simple message to be sent to your email.
7. If you have followed all steps till here. Your app should work fine in local. Now it's time to deploy in Azure.
8. Follow the guide on [depolying to azure](https://docs.microsoft.com/en-us/azure/app-service/app-service-deploy-local-git) to the word. It might seem a little challenging to navigate with so many options but once you crack it, It will be a cakewalk.
8. Follow the guide on [deploying to azure](https://docs.microsoft.com/en-us/azure/app-service/app-service-deploy-local-git) to the word. It might seem a little challenging to navigate with so many options but once you crack it, It will be a cakewalk.
9. Now as soon as you deploy your application, it will run on the aforementioned port. You will again receive a message in your inbox.
10. And Voila you have your app deployed and sending Emails via Azure. Now you can chain your custom logic if you need to send emails as per some parameters and to specific people as per your requirement.

Expand Down Expand Up @@ -953,4 +953,4 @@ Alternatively, we can post events to a URL of your choice via our [Event Webhook
}
res.sendStatus(200)
})
```
```

0 comments on commit 895c5d0

Please sign in to comment.