Well i would like to know one thing.

Do you get the emails that are sent? 
if so you have a problem different from the case you don't get any e-mails.

if you don't get any emails, you need to know a SMTP adrress (from your
ISP) and go to php.ini and search for [mail]. There you can find something
like:

SMTP =      ; some text

there you should put the SMTP server address (e.g. 123.123.123.123) from
your ISP.

SMTP= 123.123.123.123

Ruslan Ohitin writes:

> Hello Matt,
> 
> Nac> I am using the mail function and everything seems to be working correctly as 
>far as the mail
> Nac> being sent of; however, I always get the following error:
> Nac> Fatal error: Maximum execution time of 30 seconds exceeded in ...
> 
> Your script run more then 30 seconds. This is maximum execution time
> by default. Try to add this line at the beginning of the script:
> set_time_limit(60); // or 0 for no limit
> 
> Nac> Can anyone offer any suggestions?
> 
> Nac> Matt
> 
> 
> -- 
> Best regards,
>  Ruslan Ohitin
>  mailto:[EMAIL PROTECTED]
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


Hugo Alexandre Dias
Eng. Sistemas Informática
[EMAIL PROTECTED]

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to