Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End getting 500 internet server error while using php email Reply To: getting 500 internet server error while using php email

#203459
Ilan Firsov
Participant

Why the sleep()?
Your script probably times-out, try setting set_time_limit(0) at the top of the file.
Also with any 500 error you want to check the server logs – they usually note what happened.