close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

New password email not sent

Thread began 5/03/2010 1:39 pm by cal375160 | Last modified 5/12/2010 10:21 am by cal375160 | 2393 views | 8 replies

cal375160

Email PW not working...

I changed the email I use and it now looks O.K. to me. Since then I am not getting PHP error codes in the logs, but I am not receiving any emailed password either.

Here's the code I can find:

<?php

function WA_SecurityAssist_Email_1_SendMail($WA_Auth_Parameter){
$WA_MailObject = WA_SecurityAssist_Definition("mail.aapvconvention.com","21","reservations@aapvconvention.com","","","");
$WA_MailObject = WA_SecurityAssist_SendMail($WA_MailObject,"","","",$WA_Auth_Parameter["toAddress"],"",$WA_Auth_Parameter["fromAddress"],$WA_Auth_Parameter["subject"],$WA_Auth_Parameter["mailBody"]);
$WA_MailObject = null;
}// WA_SecurityAssist_Email_1_SendMail
?>
<?php
if(isset($_POST["Send_x"])){
//WA SecurityAssist Email object="Mail for Linux"
$WA_Auth_Parameter = array(
"connection" => $AAConvention,
"database" => $database_AAConvention,
"tableName" => "users",
"filterColumn" => "email",
"columnValue" => "".((isset($_POST["emailAddress"]))?$_POST["emailAddress"]:"") ."",
"columnType" => "text",
"usernameColumn" => "email",
"passwordColumn" => "password",
"selectColumns" => array(""),
"sessionVariables" => array(""),
"successRedirect" => "users_LogIn.php",
"failRedirect" => "users_EmailPW.php",
"keepQueryString" => TRUE,
"toAddressColumn" => "email",
"fromAddress" => "reservations@aapvconvention.com",
"fromAddressDisplay" => "Registration Administrator",
"subject" => "Your new password!",
"mailBody" => "User name: [email]\nPassword: [password]\n\nListed above are your User Name (your email address) and your new password. We suggest you log in and change your password as soon as possible and write your new, changed password someplace secure.",
"emailFunction" => "WA_SecurityAssist_Email_1_SendMail"
);

WA_Auth_ForgotPassword($WA_Auth_Parameter);
}
?>

When I use the mail handler on my MAC I need to enter both a user name and password to send and receive messages. I don't see the password anywhere in this code nor do I recall seeing anywhere to add it in the setup process.

What do I need to do?

Cal

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

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.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...