SendMail Example with default property
In this example, the inner XML of the sendmail macro is used to set the mail body text.
Smartsite SXML | Copy Code |
---|---|
<se:sendmail from="yourname@yourdomain.nl" to="recipient@recipientdomain.nl" subject="Test mail" trim="both"> <h1>This is the title</h1> <p>This is the body</p> </se:sendmail> |