0
votes
2answers
67 views

Getting 500 Error when loading “send email” page

Sp I am trying to send out an email, the code worked fine until I switched over to html email from a standard email. It is live here: http://kenthomes.net/Amelia-Cove Click "Share this plan". My ...
2
votes
2answers
1k views

PHP's mail() function causes a 500 Internal Server Error only after a certain point in the code

Several days ago, all mail() calls in my custom PHP application cause a 500 Internal Server Error and the only error logged is Premature end of script headers. Running the file via SSH sometimes ...