CoreNotify

"Serverless" account confirmation and password reset emails for ASP.NET Identity

Why CoreNotify?

Getting Started

  1. Install the CoreNotify CLI:

    dotnet tool install --global CoreNotify.CLI

  2. Register your email:

    corenotify register [email protected]

    You should receive your API key. Note this is for billing purposes and traceability. CoreNotify should be able to send to any recipient who registers in your applications.

  3. Add the NuGet package to your app:

    dotnet add package CoreNotify.MailerSend

  4. Configure your API key. See demo: appsettings.json

  5. Replace the default email sender

    Startup Code

Things to Know

API