This topic is locked

Membership expiration date notification

11/21/2005 9:25:01 AM
ASPRunnerPro General questions
M
moganowski author

Hello all,

Is there a way to show the expiration date of a membership (members table) and send and email with ASPRunner?
Would appreciate help on this.
thanks a lot,

Sergey Kornilov admin 11/22/2005

To display expiration date on the login page you can use something like this

Response.Write rs("ExpirationDate")


Make sure you place this code where recordset that pulls data from the login table.
To send email you can use Sub sendmail(email, subject, message). Just make sure you set correct SMTP server, SMTP user and password in ASPRunnerPro (Security tab, User login settings dialog)