how I hate to try to configure something like postfix I know jack about..
Search found 3 matches
- Wed May 21, 2008 1:33 pm
- Forum: PHP - Code
- Topic: mail() function doesn´t work properly
- Replies: 3
- Views: 108
Re: mail() function doesn´t work properly
you were right it seems... now that I installed postfix, there is no delay allthough mails aren´t delivered either but keep in queq for "unknown mail transport error"...

how I hate to try to configure something like postfix I know jack about..
how I hate to try to configure something like postfix I know jack about..
- Wed May 21, 2008 6:38 am
- Forum: PHP - Code
- Topic: mail() function doesn´t work properly
- Replies: 3
- Views: 108
Re: mail() function doesn´t work properly
Ic but wouldn´t that lead to no emailsending at all? But the Emails are sent, only it takes several minutes to do so and the script isn´t processed any further for that time.
Also sendmail is installed, so I guess that should last, doesn´t it?
Also sendmail is installed, so I guess that should last, doesn´t it?
- Wed May 21, 2008 4:33 am
- Forum: PHP - Code
- Topic: mail() function doesn´t work properly
- Replies: 3
- Views: 108
mail() function doesn´t work properly
Hi there, I got a problem with the php mail() function which obviously delays my script processing a lot. Like e.g. if I run a script that uses mail function the script would work fine till the line where the mail function is, then would take minutes to send a single mail by mail-function, and then ...