Script to send 5000 emails

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
alas
Forum Newbie
Posts: 4
Joined: Fri Aug 29, 2008 12:58 am

Script to send 5000 emails

Post by alas »

Guys,

I need you help badly. Any suggestions or snippets that you can give me to handle this problem (send 5000+ emails)?

Thanks!
- Norberto
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Script to send 5000 emails

Post by califdon »

alas wrote:Guys,

I need you help badly. Any suggestions or snippets that you can give me to handle this problem (send 5000+ emails)?

Thanks!
- Norberto
And just why would you want to do that, may I ask?
alas
Forum Newbie
Posts: 4
Joined: Fri Aug 29, 2008 12:58 am

Re: Script to send 5000 emails

Post by alas »

I'm sending regular emails to members of program/events. It has to have the same capability or logic on how mailing list works. Can you help me?
User avatar
The_Anomaly
Forum Contributor
Posts: 196
Joined: Fri Aug 08, 2008 4:56 pm
Location: Tirana, Albania

Re: Script to send 5000 emails

Post by The_Anomaly »

alas wrote:I'm sending regular emails to members of program/events. It has to have the same capability or logic on how mailing list works. Can you help me?
You do realize that your OP is just screaming, "I'M A SPAMMER," in every way possible, right? Could you give us a little more information (i.e. the site you run)? I know that I for one would not even take the slightest risk that I was helping a spammer spam--so unless others think differently, you might want to find a more effective way to prove you're legit.
User avatar
Mds
Forum Contributor
Posts: 110
Joined: Tue Apr 22, 2008 8:56 pm
Contact:

Re: Script to send 5000 emails

Post by Mds »

You can use phpmailer class. :wink:
alas
Forum Newbie
Posts: 4
Joined: Fri Aug 29, 2008 12:58 am

Re: Script to send 5000 emails

Post by alas »

Yes, I tried to use the phpmailer class but I am finding a better way or logic to make it work ok.
alas
Forum Newbie
Posts: 4
Joined: Fri Aug 29, 2008 12:58 am

Re: Script to send 5000 emails

Post by alas »

I never thought I'd sound like that. Hmmm. I'm a web developer currently working on a script that will send 5000+ emails to members of events in a certain community. I'm sorry but I cannot name the project that I am working on for confidentiality reasons but you can check my company at http://www.dwebsite.com. You can check on our client list and the services/solutions of our company. You can somehow get the idea why I asked for help in making a mailing list type script. :)
The_Anomaly wrote:
alas wrote:I'm sending regular emails to members of program/events. It has to have the same capability or logic on how mailing list works. Can you help me?
You do realize that your OP is just screaming, "I'M A SPAMMER," in every way possible, right? Could you give us a little more information (i.e. the site you run)? I know that I for one would not even take the slightest risk that I was helping a spammer spam--so unless others think differently, you might want to find a more effective way to prove you're legit.
Post Reply