This topic is locked

send records by e-mail

5/27/2010 12:11:49 PM
ASPRunnerPro General questions
M
mr. zx author

dear all,
can i send a specific record by e-mail.
Regards,

Mr. ZX

A
ann 5/28/2010

Hi,
it's possible to send a record by mail. If you want to do it in After Record Added/Updated/Deleted events use predefined action "Send simple email" on the Events tab (appears by clicking on Add Action button).

Change message in the following way:

tmpDict("body")="Hello there" & vbcrlf & "Best regards" & values("FieldName")



FieldName - is actual name of the sending record.
You can also use predefined event: Send email with new data.