Obtaining automatic email replies
I have a form that clients will use to confirm they have posted data in an application I am developing.
To do this I had planned to automatically generate an email to give them the data they had posted and to ask them to hit reply to the sender and so post data in a form to receive the data.
ie. peterl-xxx@forms.zohocreator.com
However, I am getting an error message, even when I put the following code in the from line
FROM
zoho.adminuserid + ";" + "peterl-xxx@forms.zohocreator.com"
How can I get over this issue?
Regards
Peter
peterl