Azure - Email Service [SendGrid]

       

Scenario: Contact Us form on Web app to send email

Solution:

SendGrid is a cloud-based email service which provides reliable transactional email delivery
  1. Navigate -> Azure portal
  2. Search -> Send Grid
      1. Resource Group
      2. Name
      3. Free Plan- 100 [per month]
      4. Recurring Billing [On]
  3. Create account on Saas provider [Send Grid]
    1. Manage
    2. Create account at SendGrid with personal details
    3. Create API Key
    4. Get API Key
    5. Visual Studio -> appsetting.json ->   "SENDGRID_API_KEY": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

No comments:

Post a Comment

Move Github Sub Repository back to main repo

 -- delete .gitmodules git rm --cached MyProject/Core git commit -m 'Remove myproject_core submodule' rm -rf MyProject/Core git remo...