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

Was this helpful?

  1. Other
  2. Integrations
  3. Email

SMTP

Write your custom templates.

Environment variables:

  • Backend

    • EmailSettings:MailServer

    • EmailSettings:MailPort

    • EmailSettings:SenderName

    • EmailSettings:Sender

    • EmailSettings:Password

Example:

EmailSettings:MailServer: smtp.gmail.com EmailSettings:MailPort: 587 EmailSettings:SenderName: YourAppName EmailSettings:Sender: noreply@yourappname.com EmailSettings:Password: YourPassword

PreviousEmailNextPostmark

Last updated 4 years ago

Was this helpful?