Version: 1.0.2, by Christos Teriakis
Developer Last Online: Sep 2013
Category: Major Additions -
Version: 4.1.x
Rating:
Released: 11-20-2011
Last Update: 12-01-2011
Installs: 49
DB Changes Uses Plugins Auto-Templates
Additional Files Translations Is in Beta Stage
No support by the author.
Sorry no more free time.........
ChrisTERiS PHP Freelancer *** Compatible with vB.3.8.x ***
1.- What's this?
With this AddOn you can sends Newsletters to your Members, informing then for the latest activity in your forums.
2.- Features
Custom Header/Footer
CSS file to change the look and feel of the newsletter
Add a Custom Greeting
Mark a Post as Important to include the full text of this post in the Newsletter
Latest News/Announcements
Latest Sticky Threads
Latest Popular Threads (most replies)
Latest Threads
Include a sidebar (PRO version)
Member Info (even with the amount of the unread emails (PRO version)
Special Member (Give a userid to promote a user) (PRO version)
Top Members (PRO version)
New Members (PRO version)
Schedule One-time Newsletters
Schedule Reccurings Newsletters (PRO version)
Preview Newsletter (Test email)
Add Advertisments to Newsletters (PRO version)
Exclude Advertisments from specific Usergroup(s) (PRO version)
Bounces Emails
Blacklist Emails
Relay Emails (Send a message even from your mobile) (PRO version)
Newsletter Archives (PRO version)
Send Emails using Mail() function
Send Emails using Sendmail (PRO version)
Send Emails using SMTP (PRO version)
3.- Installation
Upload all files from the upload folder to your vB directory
Import product-newsletter.xm
Set the General Settings
Set the Mailserver settings
Set Newsletter Options
Schedule a Newsletter and test it.
4.- Copyright
All outgoing newsletters are having a copyright link in the footer. You're not allowing to remove this line (The PRO version is without this copyright line).
5.- Important Notes
You need to set a dedicated email address for bounce emails (from email) which you'll never access with any mail client. Doing it, you'll download the emails, and thus, they'll never preceed from the system.
Most cheap GoDaddy hosting plans are not having the Mail() function enabled. If this you, sorry but this mod will not works in your site.
If it had worked and there was support, I would have bought the full version.
Do you know how many times I've heard the same saying??....
In any case, support will be available Tuesday and Friday 18:00-20:00pm GMT+2. Sorry but I've lots of things to do in my life.
No, I dont know. But im for real and have paid for many scripts.
I wish the day to has 48h. It's the only way to have all done. My last day off, was on September 2004. 7 years I'm working at least 14h every day, including weekeds and holidays. Is not that I don't want to help. Is that I've so many things to do.
In any case I'll try to post an update today. The errors are clear. eg there is referrence to a function which exists only in the pro version, and I need to remove it.
for ex. i have a 637 members.can i send it to all of them or is it about with my mail server ?
Yes, you need to check with your Hosting provider how many emails you can send per hour. Then you need to goto Newsletter's settings. By default it send 150 emails per cronjob. So if you have setup the "Send Mails" cron to run every 30 min, then 300 emails will be send out per hour.
A new bug fix release (1.0.2) is available for download. This version fixes the problems on sending newsletter. To upgrade upload all files and import the product xml file.
thnx...now work perfect...installed, and nominated...
It was so frustating, to spend around 3 hours checking every single line of code, and trying to understand what in hell is that bug which was making the addon to not work but on the same time to not show any error. Finally it was (as usally is such issues) a childish issue. The code was correct to prepare the newsletter, to add receipments etc, and the only missing was the command to "Send Email" ... $mail->Send(); ... Idiot me...