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