This topic is locked

Email Questions

1/9/2006 11:40:59 AM
ASPRunnerPro General questions
G
gwr477 author

Registered user, using ASPRunner Pro ver. 3.1.

I need to send a CDONTS email to both the person adding a new record and the db administrator from _add.asp. I've read a few of the threads in this forum about email and cannot find the referenced "rs.Update" in _add.asp.
Sergey, if you can answer this, I would be most grateful. If anyone else out there has had success in this area, I would like to here from you also.

Sergey Kornilov admin 1/9/2006

You need to upgrade to ASPRunnerPro 3.2 to use that advise.
Better yet - consider upgrading to ASPRunnerPro 4.0 where you don't have to modify generated code at all. Using AfterRecordAdded event you can send an email to admin with new data record entered.

G
gwr477 author 1/9/2006

You need to upgrade to ASPRunnerPro 3.2 to use that advise.

Better yet - consider upgrading to ASPRunnerPro 4.0 where you don't have to modify generated code at all. Using AfterRecordAdded event you can send an email to admin with new data record entered.


Thanks Sergey, the ver. 4.0 upgrade answered the email confirmation question I had.