wontonst / teststudy-code

0 stars 0 forks source link

PHP Email #65

Open lhsairplanes opened 10 years ago

lhsairplanes commented 10 years ago

Hey Roy,

On JethroChan.com, the email php code does not send an error message (in fact when I tested an email form, it gave me a success message) I recalled us having a similar issue when we worked on DavisCircles' email system. (pulling it out of spam is one thing, but for my site now, it doesn't even send!)

This is the page in question: http://jethrochan.com/test_email_form.php" and it calls the php file "send_form_email.php" to actually send the mail. Both files are on the server.

I have access to the php.ini file (you can see its location on our server using "locate php.ini" command on unix)

However, do you have any solutions you would suggest or recall from our Davis Circles project?

semi helpful link: http://www.html-form-guide.com/email-form/php-script-not-sending-email.html

Cheers,

Jet

wontonst commented 10 years ago

I don't remember how to fix that issue, but be sure to email your @gmail.com instead of @ucdavis.edu b/c school emails have higher spam filter settings.

If it doesn't send at all then most likely something wrong with your code, like setting the 1. wrong host or some other header setting.

On Tue, Oct 1, 2013 at 5:16 PM, Jetchan notifications@github.com wrote:

Hey Roy,

On JethroChan.com, the email php code does not send an error message (in fact when I tested an email form, it gave me a success message) I recalled us having a similar issue when we worked on DavisCircles' email system. (pulling it out of spam is one thing, but for my site now, it doesn't even send!)

I have access to the php.ini file (you can see its location on our server using "locate php.ini" command on unix)

However, do you have any solutions you would suggest or recall from our Davis Circles project?

semi helpful link: http://www.html-form-guide.com/email-form/php-script-not-sending-email.html

Cheers,

Jet

— Reply to this email directly or view it on GitHubhttps://github.com/wontonst/teststudy-code/issues/65 .