PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   Reset Password Not Sending Email(NOT A BUG) (http://www.photopost.com/forum/photopost-pro-bug-reports/116059-reset-password-not-sending-email-not-bug.html)

stmpspaz October 7th, 2005 02:18 PM

Reset Password Not Sending Email(NOT A BUG)
 
Within the last 3 days the "reset password" option has stopped working on my PhotoPost. I have not done any changes to my site within that time frame. You can select reset password - but it does not send an email to the person requesting (either from the login page or the admin side)

Today I upgraded to the most recent version in hopes that might fix the problem, but it has not.

Any ideas what could be the problem?

Patti

Chuck S October 7th, 2005 02:36 PM

Hello you would need to check with your host that they did not turn off php mail command

we use a simple php mail string to send out emails and this could be your issue

stmpspaz October 7th, 2005 03:27 PM

Reset Password Not Sending Email
 
I have contacted my service provider - and they checked and tested PHP mail and said it is working properly

Patti

Chuck S October 7th, 2005 05:28 PM

Well there is no issue with our program and mail that I see. emails work for me.

site url? I will try and register a name as see if I get an email

This issue is always server related if the mail is not recieved or the mail is in your trash bin.

stmpspaz October 7th, 2005 06:25 PM

Reset Password Not Sending Email
 
I have sent an email to the address provided in your reply. My site requires password access - so I didn't want to post to the thread.

Thank you for your assistance

stmpspaz October 9th, 2005 12:58 PM

Reset Password - program not sending mail
 
I have been round and round on this with my hosting provider Total Choice Hosting, and they insist they have made no changes - and then when they run the following test - that PHP mail is working.

But - the mail from my PhotoPost is still not working!

http://sudsol.org/testmail2.php

----------------------
$to = 'testsup123@yahoo.com';
$subject = 'testing..';
$message = 'yo, whassup?';
$headers = "From: patti@sudsol.orgrn" .
'X-Mailer: PHP/' . phpversion() . "rn" .
"MIME-Version: 1.0rn" .
"Content-Type: text/html; charset=utf-8rn" .
"Content-Transfer-Encoding: 8bitrnrn";

mail($to, $subject, $message, $headers);
?>
----------------------

I have set from header as " From: patti@sudsol.org "

Chuck S October 9th, 2005 03:06 PM

In Global Options under admin email all you put is this patti@sudsol.org thats all you should have

Otherwise our mail string is as I pointed out in the program

stmpspaz October 10th, 2005 12:03 PM

not sending email
 
Well - my host isn't admitting to changing anything - but for some reason this feature began working again today!

Thank you for your help

Chuck S October 10th, 2005 03:00 PM

Host's will never admin to changing anything but if you pester them enough then if my magic your stuff will start working again ;) Gotta love em.


All times are GMT -5. The time now is 05:30 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97