Tha mail type that I use is SMTPsvg.Mailer
I include the upadate to database code and this mailer.
The code begins:
if condition1 then
update to database
send email code
if mail successfull sent then
response.write "success"
else
response.write "error"
end if
end if
The update to database is working, I see the message "success" and didn't receive the email
Thank you.