Change Password Form - Not sending email
I cannot get me changePassword.php page to send the email.
Attached is my code. Please let me know what i am missing.
Thaks
I cannot get me changePassword.php page to send the email.
Attached is my code. Please let me know what i am missing.
Thaks
you have the email behavior set to redirect to the welcome.php?password=1 page, on that page add the following code in the body:
<?php @session_start(); var_dump($_SESSION); ?>
that will write the session contents to the screen including the send status, post tat information back.
Posted in Private Message area as it contains login...
Ok, so the email is being sent to the SMTP Server successfully, double check that you are using the correct SMTP server address.
Who is your host?
Some hosts will require that the From Address be a valid email address for your domain.
Some hosts will require that the from address be passed as an extra parameter.
double check with the for details on sending emails using a php script.
Host is Media Temple.
Looking into their requirements, if you know of any on there servers, please let me know.
Thnx
D
I dont see any info in their documentation, you will need to contact the host for details.
Jason,
It was something in the code causing the issue not the hosting. Not sure exactly what it was but rebuilt the page from scratch and it is working properly.
Regardless, thanks for your help.
-Daniel
Ok, glad to hear it is working.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.