Installing Email Manager Module from DNN-Modules for Dotnetnuke 4.9.x. These are just some additional notes for our specific implementation. The Email Manager module from DNN-Modules is well documented and should be the primary source of information.
Instructions for install DNN Email Manager from http://www.dnn-modules.com.
- Install Module BDPDT-DNN44
- Install Module Core-DNN44
- Install Module HttpHandler-DNN44
- Install PA MailingListOptIn-DNN44
- Install PA MailingListOptOut-DNN44
- Install PA ViewEmail-DNN44
This installs basic package.
Next, add a page to site to administer Email Manager
Things to be aware of:
Setting SMTP provider
- When setting the STMP server for testing on remote development environments, the SMTP server name should match the name provided by your ISP. For example, Optimum Online's address is "smtp.optonline.net:25"
- For DiscountASP.net, use "localhost" as the SMTP host.