-
-
Notifications
You must be signed in to change notification settings - Fork 2
Email Newsletter
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
TODO
Copyright (c) 2024 Mia Rose Winter