Blazor Server app that takes a CSV file as input, runs a background job to execute an SSIS package in Azure, and stores the output CSV file in Azure Blob Storage for download.
GNU Affero General Public License v3.0
1
stars
0
forks
source link
Configure Email Notification Service (e.g., using SendGrid, SMTP, or another service) to send email notifications. #31
I will use SendGrid for developemt and Service Test:
[ ] Sign up for a SendGrid account and get an API key.
[x] Install SendGrid SDK in your Azure Function project.
[ ] Configure EmailServiceUrl as your SendGrid API endpoint, and replace the SendEmailNotification method to use SendGrid's API.