| View previous topic :: View next topic |
| Author |
Message |
jimmy_hu
Joined: 03 Apr 2008 Posts: 11
|
Posted: Tue Jun 07, 2011 7:09 am Post subject: Email html file content instead of attached file |
|
|
| I would like to send an email with a html file content as body message instead of attached this html file. How should I config it? Thx. |
|
| Back to top |
|
 |
Robert Site Admin
Joined: 25 May 2006 Posts: 1140
|
Posted: Wed Jun 08, 2011 5:51 am Post subject: |
|
|
The email task does not support sending html messages. It would send the text of the html file directly if you used:
$$$c:\test\test.htm
we will support html mail in a future update. |
|
| Back to top |
|
 |
rissos
Joined: 31 Dec 1969 Posts: 7
|
Posted: Wed Aug 24, 2011 11:53 pm Post subject: Email alert with html message |
|
|
Hi,
Was this put in place?
We need to send information of a .csv file (for example) in the text of the email alert, and not as an attachement in the email...
Thanks,
San |
|
| Back to top |
|
 |
Robert Site Admin
Joined: 25 May 2006 Posts: 1140
|
Posted: Thu Aug 25, 2011 7:20 pm Post subject: |
|
|
It is not in yet, but the html would not help with csv anyway. Use the following in the message body. :
$$$c:\test\test.csv |
|
| Back to top |
|
 |
|