Newletter in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sarbas
Forum Commoner
Posts: 64
Joined: Thu Jan 04, 2007 5:51 am

Newletter in php

Post by sarbas »

Hi,

How to send the newsletter in php.


Thanks with regards
Sarbas
Begby
Forum Regular
Posts: 575
Joined: Wed Dec 13, 2006 10:28 am

Post by Begby »

Perhaps some more detail would help....
sarbas
Forum Commoner
Posts: 64
Joined: Thu Jan 04, 2007 5:51 am

Re: How to send the newsletter in php

Post 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...
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: How to send the newsletter in php

Post 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.
Post Reply