Recieve Email in 1-3 days!!!!

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
Mohammad
Forum Newbie
Posts: 24
Joined: Tue Jul 26, 2005 5:31 am

Recieve Email in 1-3 days!!!!

Post by Mohammad »

Hello

I'm trying to send an email message from my server to users... but my email doesnt go through instantly, sometimes it takes 1 days before the user recieved it, sometimes up tp 2-3 days 8O , and some minor time it goes instantly..

I'm also confused that which fucntion I should use...

there is the mail() fucntion...
and also the PHP Mailer class...
and I believe there is the send_mail() fucntion...

any solutions towards this...

many thanx in advance
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

this thread smells like your previous thread. :?

as we've said several times recently, we recommend the phpMailer class; there may easily be things outside your control that makes the emails get there slower. Depending on how you are sending the email, you could be colliding the a giant red-flag on those services making them heavily analyze various patterns involved. This is especially true when they see repeated mails of nearly identical content, and various other things...
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Basically it's being caught by a mail sweeper.
Post Reply