I use an email fn to send notification or confirmation messages.
In the Body field I put very simple things like the return value of a Save data or the values entered in a Contact form I created.
Things like:
or
But in the emails I receive there's some extra html code whose origin I can't identify. The code is always the same for the same fn, I mean the extra code added to the email notification when saving a record is always the same but it's different from the extra code added to the email notification when publishing a record.
In one case the extra code seems to be part of a search form where you are redirected after saving the record, For the other emails I don't know.
Any suggrestion?
maxx
In the Body field I put very simple things like the return value of a Save data or the values entered in a Contact form I created.
Things like:
Name: {data:name} Message: {data:message}
or
{user:username} {var/pr:publish_event}
But in the emails I receive there's some extra html code whose origin I can't identify. The code is always the same for the same fn, I mean the extra code added to the email notification when saving a record is always the same but it's different from the extra code added to the email notification when publishing a record.
In one case the extra code seems to be part of a search form where you are redirected after saving the record, For the other emails I don't know.
<table width="100%" cellpadding="5" cellspacing="3" border="0" class="ui table"><tr><td width="30%" valign="top" align="right"><strong>Events up to...</strong></td><td width="70%" valign="top" align="left"></td></tr><tr><td width="30%" valign="top" align="right"><strong>Title, Description,...</strong></td><td width="70%" valign="top" align="left"></td></tr><tr><td width="30%" valign="top" align="right"><strong>Category</strong></td><td width="70%" valign="top" align="left">A category</td></tr></table>
Any suggrestion?
maxx