Skip to content

Uses MassTransit to subscribe to bounce/complaint SNS topics for handling Amazon Simple Email Service bounces/complaints

Notifications You must be signed in to change notification settings

MassTransit/Sample-AmazonSES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Simple Email Service Bounce/Complaint Sample

Generate certificate and configure local machine:

PC:

dotnet dev-certs https --clean
dotnet dev-certs https -ep "$env:USERPROFILE\.aspnet\https\aspnetapp.pfx" -p Passw0rd
dotnet dev-certs https --trust

MAC:

dotnet dev-certs https --clean
dotnet dev-certs https -ep ~/.aspnet/https/aspnetapp.pfx -p Passw0rd
dotnet dev-certs https --trust

Read more here: https://learn.microsoft.com/en-us/aspnet/core/security/docker-compose-https?view=aspnetcore-6.0#starting-a-container-with-https-support-using-docker-compose

Use the docker-compose.yml file to startup the service and Postgres. Or run docker compose up --build.
Navigate to https://localhost:5001/swagger to start the application.

About

Uses MassTransit to subscribe to bounce/complaint SNS topics for handling Amazon Simple Email Service bounces/complaints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published