Page 1 of 1

Newletter in php

Posted: Thu Feb 22, 2007 7:07 am
by sarbas
Hi,

How to send the newsletter in php.


Thanks with regards
Sarbas

Posted: Thu Feb 22, 2007 8:06 am
by Begby
Perhaps some more detail would help....

Re: How to send the newsletter in php

Posted: Thu Feb 22, 2007 8:10 am
by sarbas
Hello Begby !


Actually I have a database in that, I have username and their password and their email address.

Here I want to send e-mail and newsletters to all users in the database.

But I know how to send e-mails ( plain text message excluding attachment and images.) to all users. Is there any difference between e-mail and newsletter.

Thanks in advance.
Regards,
Sarbas...

Re: How to send the newsletter in php

Posted: Thu Feb 22, 2007 8:22 am
by onion2k
sarbas wrote:Is there any difference between e-mail and newsletter.
A newsletter can be many things. Some people send a plain text email and call it a newsletter, other people send a full HTML page with embedded images. It really depends on your specification.

Either way though, look at SwiftMailer. It's ideal for sending large quantities of email in any format.