This topic is locked

Send email fron Event function

8/4/2009 8:17:36 PM
Members Template General Questions
W
wise4b author

Hi,

I´m customizing an event using the after record update.

I filed al informations but I dont receive the e-mail.

I using the code:

Dim dkeys

message ="hello"
dkeys = dict.keys

For n = 0 To dict.Count-1

message = message & dkeys(n) & " : " & dict(dkeys(n)) & vbcrlf

Next
email="wise4b@gmail.com"

subject="New data record"
sendmail email,subject,message
Please is this code wrong?
Many thanks

Carlos