Demo: http://software.pklopotowski.pl/demo/e-mailer/index.php
Login: demo
Password: demo
Description
Mailing system to organize marketing campaigns and sending newsletters. Program tested using 750.000 emails databse (min. req. PHP 7.x).full support SMTP DKIM (since ver. 1.28)
full support Emoji.com (since ver. 1.28)
Rotating SMTP servers without any limits (since ver. 1.23)
ex. 3 smtp’s will work that way:
- 1 mail -> 1 smtp
- 2 mail -> 2 smtp
- 3 mail -> 3 smtp
- 4 mail -> 1 smtp
- 5 mail -> 2 smtp
etc. ...
till end of your campaign
GDPR ready using:
- single/double opt-in option
- delete recipient on demand with unsbubscribe option
- enable/disable email tracking
- subscription widget generator for any website
- security token for subsciption form included
- security token for double opt-in email included
- use tags to collect consents
- blacklist (since ver. 1.25)
No limits and no restrictions for smtp connections.
Tested SMTP servers:
- 1and1 (smtp.1and1.com)
- Amazon (email-smtp.eu-west-1.amazonaws.com)
- Gmail (smtp.gmail.com)
- GoDaddy (smtpout.secureserver.net)
- Mailgun (smtp.mailgun.org)
- Mandrill (smtp.mandrillapp.com)
- OVH (ssl0.ovh.net)
- SendinBlue (smtp-relay.mailin.fr)
- SparkPost (smtp.sparkpostmail.com)
- Yahoo (smtp.mail.yahoo.com)
- Yandex (smtp.yandex.com)
Installation
- Copy files to your hosting folder
- Login using default credentials
- Setup database – run install.php file
- Click button to create database structure (automatically process)
- Go to system configuration section and change login and password
Update procedure
- Make backup of your configuration file
- Overwrite all files
- Run SQL update script in your favourite DB manager
(update your table PREFIX in sql update file)- Copy settings from old configuration
Changelog
E-mailer v1.31, 2023-07-12
- added: need to use particular sender email and description for each smtp, code and database updated
- security: PHPMailer updated to 6.8.0
- user feedback: password is not saved, code updated
- user feedback: some variables in browser view are not accessible, code updated
- translation updated
Info: https://codecanyon.net/item/emailer-newsletter-mailing-system-with-analytics-geo-location/15345207