Link to home
Start Free TrialLog in
Avatar of sonny_j81
sonny_j81

asked on

send email system

dear all,
now i handle one project is send email system.
A mail list manager program that allows easily email newsletters, sales copy, new specials, coupons, and product announcement.
now i not idea how to start it.
got anyone can give idea or example or source code to me...

urgent...
from
sonny

thank q..
Avatar of alextr2003fr
alextr2003fr

use phpmailer it have all functionalities you need :
http://phpmailer.sourceforge.net/
sonny_j81,

http://php.resourceindex.com look for mail scripts, there are tons and free! Should get you all set!

Let me know how it goes...

;)
ASKER CERTIFIED SOLUTION
Avatar of stefanaichholzer
stefanaichholzer
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
sonny_j81,

Or you can always write you own, custom one. Take a look at http://php.net and check out the mail() function, pretty simple to use and you can write exactly what you need. I would go this way as there is no such thing as the perfect software that fits your needs...

;)
stefan - why 4 comments when 1 would suffice..

sonny_j81 - don't use mail(), it's really buggy and awkward.
use phpmailer it works much better
Avatar of Marcus Bointon
PHPMailer is a great place to start, but all it provides is the ability to construct and send single messages. You still need to write the code to use it, and it provides no higher-level functions to support mailing list functionality.
You might like to start with something like this instead: http://tincan.co.uk/phplist
Avatar of sonny_j81

ASKER

thank q for all u help..
from sonny
thank q