broken - email import via multiline

broken - email import via multiline

I believe the Sept 1 update to Zoho Creator production did not completely fix the broken multiline behavior. Forms that attempt to send email to other forms in the format:


field_1 : value_1
field_2 : value_2




Are failing because sendmail() is no longer respecting the carriage returns present in the multiline field sent as the email body, i.e.:

sendmail
(
To : "landofzc-532@forms.zohocreator.com"
From : zoho.adminuserid
Subject : "xxxxx"
Message : input.m1
)








Where input.m1 contains a string containing multilines but sendmail() is somehow stripping out those multilines so that the email import fails (only importing the first line, not any of the others).

You can see this bug in action at:

creator.zoho.com/landofzc/multiline-text-email-import-bug/

And further discussion between myself and other ZC users here:

landofzc.wordpress.com/2007/09/06/add-a-record-hack/

Thanks in advance for any assistance.

Regards,

Pete