SkillAgentSearch skills...

RazorMailer

A standalone console app for parsing and sending email templates using the Razor SDK

Install / Use

/learn @emilol/RazorMailer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Razor Mailer

A standalone console app for parsing and sending email templates using

Running Locally

Configure User Secrets

run the following commands from the solution root folder to add the API key to user secrets

.\> cd .\RazorMailer.WebJob
.\RazorMailer.WebJob> dotnet user-secrets set "AzureWebJobsSendGridApiKeyName" "Your Api Key Name"
.\RazorMailer.WebJob> dotnet user-secrets set "AzureWebJobsSendGridApiKey" "SG._your_api_key_here"

Configure Storage account

Either run the Azure storage emulator or configure your own storage account

.\RazorMailer.WebJob> dotnet user-secrets set "ConnectionStrings:AzureWebJobsStorage" "<insert connnectionstring here>"
View on GitHub
GitHub Stars18
CategoryDevelopment
Updated2y ago
Forks1

Languages

C#

Security Score

60/100

Audited on Jun 22, 2023

No findings