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,
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)