Sending Emails With Undisclosed Addresses

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
madan koshti
Forum Commoner
Posts: 50
Joined: Fri Jun 06, 2008 4:25 am

Sending Emails With Undisclosed Addresses

Post by madan koshti »

Hello guys,

I want to send the emails to number of peoples via php's mail function.But what I need is to keep hide/ secret the user email ids' i.e recipient email ids should be disclosed.[So that user email ids in the email client should be only undisclosed]

Can we do this by using emails "Content Type" directives ??
User avatar
highjo
Forum Contributor
Posts: 118
Joined: Tue Oct 24, 2006 1:07 pm

Re: Sending Emails With Undisclosed Addresses

Post by highjo »

Don't you want to try the swift mailer?
it really cool and its forum is just here on devnetwork.your main purpose can be done here http://www.swiftmailer.org/wikidocs/v3/tutorials/batch. you can give a try
madan koshti
Forum Commoner
Posts: 50
Joined: Fri Jun 06, 2008 4:25 am

Re: Sending Emails With Undisclosed Addresses

Post by madan koshti »

highjo wrote:Don't you want to try the swift mailer?
it really cool and its forum is just here on devnetwork.your main purpose can be done here http://www.swiftmailer.org/wikidocs/v3/tutorials/batch. you can give a try

Hi ,
Thanks for help ..
this will really help me ! :)
Post Reply