Hi,
How to send the newsletter in php.
Thanks with regards
Sarbas
Newletter in php
Moderator: General Moderators
Re: How to send the newsletter in php
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...
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
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.sarbas wrote:Is there any difference between e-mail and newsletter.
Either way though, look at SwiftMailer. It's ideal for sending large quantities of email in any format.