Connecting Tech Pros Worldwide Forums | Help | Site Map

Newsletter Program

Jeremy Ross
Guest
 
Posts: n/a
#1: Jul 17 '05
Hello,

We are looking for a Newsletter Program that is tested and is knowing to
work with PHP/MySQL. We will be having allot of people use this
newsletter so it should be able to handle sending lots of emails. Also
we would need to be able to send the newsletters in HTML format.

Free or paid programs are not an issue, just as long as the program works.

Thanks,
Jeremy Ross

Manuel Lemos
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Newsletter Program


Hello,

On 11/08/2004 06:34 PM, Jeremy Ross wrote:[color=blue]
> We are looking for a Newsletter Program that is tested and is knowing to
> work with PHP/MySQL. We will be having allot of people use this
> newsletter so it should be able to handle sending lots of emails. Also
> we would need to be able to send the newsletters in HTML format.
>
> Free or paid programs are not an issue, just as long as the program works.[/color]

You may want to try this class that can compose and send bulk HTML
messages properly. It comes with options to optimize its behavior to
send messages to many recipients.

http://www.phpclasses.org/mimemessage

As for integrating with MySQL, I suggest that you just make the queries
whevever you are sending the messages and just set the To: header to
each of them in a loop. Since it may take long, I suggest that you do
that from a PHP running off the Web server, from a cron task in
Linux/Unix or task scheduler under Windows.

--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Samuël ML Lison
Guest
 
Posts: n/a
#3: Jul 17 '05

re: Newsletter Program


Jeremy Ross wrote:[color=blue]
> Hello,
>
> We are looking for a Newsletter Program that is tested and is knowing to
> work with PHP/MySQL. We will be having allot of people use this
> newsletter so it should be able to handle sending lots of emails. Also
> we would need to be able to send the newsletters in HTML format.
>
> Free or paid programs are not an issue, just as long as the program works.[/color]

SendStudio - http://www.interspire.com/sendstudio/

Users can subsribe and unsubscribe from the list, e-mail is formatted
with unsubscribe details, it can generate HTML forms for them to
unsubscribe. It can also track users clicks to your links, so you know
which of your subsribers clicked on your links etc.

Sends e-mail in both HTML or TEXT, you are able to have the newsletter
formatted in both depending on your users PREFERENCE.

The list will also auto-delete inactive e-mail accounts and so forth.

Check http://www.interspire.com/sendstudio/ for feature details.



Yours Sincerely,
Samuël ML Lison

--
DreamCities.net - A Community for All! (http://www.dreamcities.net)
Jobs Available: http://business.dreamcities.net/jobs.html
Contact Me: http://about.dreamcities.net/contact.html
Njuletter
Guest
 
Posts: n/a
#4: May 31 '08

re: Newsletter Program


PG Newsletter Software will also suit your needs.

--
Message posted using http://www.talkaboutprogramming.com/...comp.lang.php/
More information at http://www.talkaboutprogramming.com/faq.html

Njuletter
Guest
 
Posts: n/a
#5: Jun 2 '08

re: Newsletter Program


PG Newsletter Software will also suit your needs.

--
Message posted using http://www.talkaboutprogramming.com/...comp.lang.php/
More information at http://www.talkaboutprogramming.com/faq.html

Closed Thread