Search found 2 matches

by pfanning
Sat Nov 17, 2012 9:14 pm
Forum: Off Topic
Topic: Mail mime not sending email
Replies: 0
Views: 54863

Mail mime not sending email

This code gives no errors which leads me to believe it is working correctly. However, no email is received. Where would you look to trouble shoot? Could it be an email set up issue on the server? I confess, I am stuck. require_once('../php/Mail/mime.php'); require_once('../php/Mail.php'); $to = "pfc...
by pfanning
Mon Jun 11, 2012 9:48 am
Forum: Off Topic
Topic: Pear mail not working, throwing 500 internal server error
Replies: 1
Views: 29367

Pear mail not working, throwing 500 internal server error

Was having the same problem with mime.php. But I moved mime.php from the php folder on the root directory, into a folder on the public_html directory and now mime.php no longer causes a 500 internal server error. However, the same is not true for Mail.php. Moving it to public_html does not solve the...