In the next version I’d like to find an application wizard for send newsletter and simple email.
Send to single or multiple users
– Use progress bars when sending bulk mail
- Fully personalize your mails so that they include personal information
– You can include dynamic data to personalize the mail, form, to, cc, bcc, Subject and Message variables for example.
– Text email output
– HTML email output or HTML email based on a Template - Digital file attachments
- Specify ?Go to? or success page after form submits
- Support for lots of standard mail components for mail processing: Mail, SendMail and SMTP
- Error checking
This is an example of database for newsletter:
User:
- IdUser
- Name
CategoryNewsletter
- IdCategory
- Title
UserSubscribe
- IdUserSubscribe
- IdUser
- IdCategory
Newsletter
- IdNewsletter
- IdCategory
- Title
- Message
The best regards,
D.