Skip to content

Email Newsletter

Mia Winter edited this page Mar 14, 2024 · 1 revision

Email Subscriptions

Wave can allow users to subscribe to E-Mail updates about new articles. In order to enable this feature you first need to set the configuration key Features.EmailSubscriptions to true. You also need to configure Emails in general, please follow the Configure an Email Server Section for this.

Besides this you will need to provide a mail distributor for these bulk E-Mails. This may be the same as you have already configured for live E-Mails, in this case just copy the configuration from there, but especially at larger volumes it is advisable to separate these concerns, and many hosting providers for large mail distribution will provide you with two sets of credentials for this.

If you have followed all the previous instructions, your E-Mail configuration may look like this:

Email:
  SenderEmail: [email protected]
  SenderName: Wave
  ServiceEmail: [email protected] # used in various places, including email newsletter ListId Header
  Smtp:
    Live:
      Host: smtp.example.com
      Port: 25
      Username: user
      Password: password
      Ssl: true
    Bulk:
      Host: bulk.smtp.example.com
      Port: 465
      Username: bulk-user
      Password: bulk-password

Webhooks

Mailtrap

TODO

Clone this wiki locally