Posted: 08 Nov 2008 12:02 | ||
Registered User Currently Offline |
Posts: 2 Join Date: Nov 2008 |
|
I downloaded the FTP Automation client and see that the last release date is december 2006. Is your software discontinued ? What is the development status ?
When testing the version we didn't find how to use multiline messages in email. How can we manage carriage returns and line feeds in variables and emails ? Thank you, |
Posted: 08 Nov 2008 12:05 Last Edited By: sysaxsupport | ||
Moderator Currently Offline |
Posts: 367 Join Date: Nov 2008 |
|
All products are in active development. We are expecting a Windows Vista certified product release for the FTP Automation product in a few weeks. Support for multiline email messages is currently not supported. We expect it to be supported shortly.
----------------------------------------------------------------------------- Windows FTP Server, Managed File Transfer, and SSH FTP Server |
Posted: 08 Nov 2008 12:08 | ||
Registered User Currently Offline |
Posts: 2 Join Date: Nov 2008 |
|
Version 4.1 is now available for donwnload. This supports multi line email messages and file attachments. |
Posted: 08 Apr 2013 10:15 | ||
Registered User Currently Offline |
Posts: 3 Join Date: Sep 2010 |
|
I have version 5.31, but CRLF isn't working. mailaddline doesn't add a new line, but just adds text to the end of the first line. IS there a parameter or any setting that changes this behaviour? |
Posted: 12 Jul 2013 15:30 | ||
Registered User Currently Offline |
Posts: 25 Join Date: Jul 2013 |
|
Hi Goppi, version 6.13 is available, and mailaddline does work. You would use it in the script in this fashion:
# Create email message mailcreate ~email_sender_name, ~email_sender_address, ~email_subject, ~email_message; mailaddline "second line"; mailaddline "third line"; |