Newsletter
This function is another option to tell your visitors what's going up
- Through the public page everybody can subscribe or unsubscribe to the newsletter
- The admin can send the newsletter through the admin center
- The first field is the newsletter's subject
- The textarea is the text that will be displayed before the different news (Don't use HTML because everything is displayed in plain text)
- If you a enable debugging, a popup will appear displaying the transfer with the SMTP server
- Now you can choose which news should be included in the newsletter
- News are splitted till [more] tag
- The newsletter will be submited through the mail() command provided by PHP or the build-in SMTP-Class which prints the current status, too
Previous Page | Table of Contents | Next Page
Last Modified: October 20, 2004 @ 3:24 pm