close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Cannot Get Email Password to Work

Thread began 3/26/2011 2:00 pm by suarezm129397438 | Last modified 3/29/2011 6:58 am by Jason Byrnes | 1614 views | 3 replies |

suarezm129397438

Cannot Get Email Password to Work

I cannot get the email password functionality to work. When I test locally I get the following error message:

Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/NJHSGolf/WA_SecurityAssist/Mail_JS.asp, line 33

When I test on the server I get the following error message:

The website cannot display the page
HTTP 500

This the code on the EmailPW page:
<%
function WA_SecurityAssist_Email_1_SendMail(WA_Auth_Parameter){
WA_MailObject = WA_SecurityAssist_Definition("GolfTracker@njhsgolf.com","25","njhsgolf.com","golf.01");
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;
}
%>
<%
if(String(Request.Form("Send.x")) != "undefined"){
// WA SecurityAssist email object="AspEmail"
var WA_Auth_Parameter = {};
WA_Auth_Parameter.connection = MM_conn_golfTracker_STRING;
WA_Auth_Parameter.tableName = "coachInfo";
WA_Auth_Parameter.column = "id_email";
WA_Auth_Parameter.columnValue = "" + String(String(Request.Form("emailAddress"))) + "";
WA_Auth_Parameter.columnType = "200";
WA_Auth_Parameter.columnSize = "255";
WA_Auth_Parameter.usernameColumn = "id_email";
WA_Auth_Parameter.passwordColumn = "pw";
WA_Auth_Parameter.selectColumns = "".split(',');
WA_Auth_Parameter.sessionVariables = "".split(',');
WA_Auth_Parameter.successRedirect = "coachInfo_LogIn.asp";
WA_Auth_Parameter.failRedirect = "coachInfo_EmailPW.asp";
WA_Auth_Parameter.keepQueryString = true;
WA_Auth_Parameter.toAddressColumn = "id_email";
WA_Auth_Parameter.fromAddress = "GolfTracker@njhsgolf.com";
WA_Auth_Parameter.fromAddressDisplay = "Administration";
WA_Auth_Parameter.subject = "Login Credentials";
WA_Auth_Parameter.mailBody = "User name: [id_email]\nPassword: [pw]";
WA_Auth_Parameter.emailFunction = WA_SecurityAssist_Email_1_SendMail;

WA_Auth_ForgotPassword(WA_Auth_Parameter);
}
%>

Your help is greatly appreciated.

Sign in to reply to this post

Jason ByrnesWebAssist

The local Error means that the AspEmail email object is not installed on your local testing server:
aspemail.com/


I suspect the same is true on the remote erver.


you should double check with your host to determine what Mail objects they support.

Most hosts will support the CDOSYS mail object with ASP, but you should double check to make sure.

Sign in to reply to this post

suarezm129397438

CDOSYS mail object with ASP

I checked with host provider and they confirm that they do support the CDOSYS mail object with ASP and it's installed and working properly.

So what do I need to do get this to work?

Sign in to reply to this post

Jason ByrnesWebAssist

edit the universal Security Assist Email Passwords behavior and change the mail object to CSOSYS.

Sign in to reply to this post

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...