Search found 5 matches

by snakeman
Sat Feb 19, 2005 11:42 pm
Forum: PHP - Code
Topic: php mail REALLY slow
Replies: 9
Views: 2762

That's why I'm trying to figure this out. I am my host. 8O
by snakeman
Sat Feb 19, 2005 8:24 pm
Forum: PHP - Code
Topic: php mail REALLY slow
Replies: 9
Views: 2762

It's shared but that's definitely not what's slowing it down. It's the only site using the mail function right now. Getting and receiving mail any other way is fast as lightening. Something's whack cause it takes like forever.
by snakeman
Sat Feb 19, 2005 6:53 pm
Forum: PHP - Code
Topic: php mail REALLY slow
Replies: 9
Views: 2762

sendmail Here's what $From is... $Sender = "someaddress <this@someaddress.com>\r\n"; $From .= 'From: ' . $Sender; $From .= "X-Mailer: PHP\n"; //mailer $From .= "X-Priority: 1\n"; //1 UrgentMessage, 3 Normal $From .= "Content-Type: text/html; charset=iso-8859-1\n&qu...
by snakeman
Sat Feb 19, 2005 5:08 am
Forum: PHP - Code
Topic: php mail REALLY slow
Replies: 9
Views: 2762

Nobody want to respond? Please? :D
by snakeman
Fri Feb 18, 2005 10:38 am
Forum: PHP - Code
Topic: php mail REALLY slow
Replies: 9
Views: 2762

php mail REALLY slow

The following code is what I've been using for a long time. Now that I've changed servers, I had a hard time getting the mail function to work but now that I've got it working, it is EXTREMELY slow. Any ideas? mail('info@mysite.com', $subject, $emailtext, $From) or Die("Error sending mail :(&qu...