Hi all,
I have the same trouble. I modified the mail string because [DETAILS] puts all data in a single line, while I want to send an email with each field in its own line:
Code:
\n<br />Nome: [NAME]\n<br />Nome utente: [USERNAME]\n<br />Password: [PASSWORD]\n<br />
by the way: \r\n doesn't work properly, all phrases come to people in a single line.
Of course in the mail people read "[PASSWORD]" in the text...
more: which is the name of the field containing the mail? If we can't have [DETAILS] splitted in more lines, at least we could put each detail in its own line, but we need to know the names of the fields...
Thanks in advance
Massimo Petrossi