NETCORESAAS
  • Welcome
  • Getting Started
    • Getting started
      • Frontend
      • Backend + Frontend
    • Deploy
      • Initialize git repository
      • Deploy to heroku
    • Environment variables
    • API
      • Controllers
    • Testing
      • Integration Tests
  • Other
    • Installing
      • 1. Install VSCode
      • 2. Install .NET Core SDK
      • 3. Install Node.js
      • 4. Test installation
    • Integrations
      • Stripe
        • Subscription Options
        • Getting the API Keys
        • Creating Stripe Products
        • Creating the Customer Portal
      • Email
        • SMTP
        • Postmark
      • Social Login
        • Google Sign In
      • Conversations
        • Intercom
        • Drift
  • Blog
Powered by GitBook
On this page
  • Environment variables:
  • Email templates:
  • Example

Was this helpful?

  1. Other
  2. Integrations
  3. Email

Postmark

If you don't want to write custom email templates you can sign up for postmark.

PreviousSMTPNextSocial Login

Last updated 4 years ago

Was this helpful?

Environment variables:

  • Backend

    • EmailSettings:PostmarkSenderName

    • EmailSettings:PostmarkSenderEmail

    • EmailSettings:PostmarkServerToken

Once you have your postmark account:

Email templates:

  • Welcome: Add this template and customize it (optional)

  • User invitation: Add this template and customize it (optional)

  • Password reset: Add this template and customize it (optional)

  • Comment notification

  • Receipt

  • Invoice

  • Trial expiring

  • Trial expired

Example

Setup a and setPostmarkSenderNameand PostmarkSenderEmail

, grab the Server API token and set PostmarkServerToken

Sender Signature
Create a Server
Postmark
Email Templates