i want to send a email to the particular person when ever record created from the owner of the record who created it. in the mail i want to add some fields which are present in the record.
my approach is From = owner(Account) //lets here creating account
To = the users name
and in body i passed (added) some fields dynamically lets say {Account Name(Account)}.
will the mail send by the owner of record created?
if the mail will send the fields i have passe will appear to him with the value of that?
please rply thanks