[Solved ]sendmail from NON zoho.adminuserid / zoho.loginuserid

[Solved ]sendmail from NON zoho.adminuserid / zoho.loginuserid

Hi,

I used to use a simple form from built in features on the Sites app. Not knowing the Creator app can allow me to do much more. So i bought a subscription for a standard plan with Creator, and built an app with forms that i am very happy with, with some help from support already. Thanks for that.

But now there's one last thing I wish to do, but it seems like a bit of a road block now. I hoped to do something like this:

  1. sendmail
  2. [
  3. from: input.Sales_Email
  4. to:"helpdesk@company.com"
  5. cc:input.Sales_Email
  6. subject:"Order - " + get_value
  7. message:""
  8. content type:HTML
  9. attachments :template:OrderSubForm as INLINE
  10. ]

I used around 6 months ago i used to be able to sendmail like this successfully with a simpler form. But I know since then zoho has required "from" or "to" must be only "zoho.adminuserid" or "zoho.loginuserid" ... It's somewhat important that the email going to "helpdesk" must be from the particular salesman sending the form. I thought i could use the Sites Member Portal for $4/month to use zoho.loginuserid... But it didn't work, seems like it must be by adding additional members to Creator for $5/user/month... I don't really have any other use for adding members but i would like the form to be able to send from one of 10-20 email addresses within the company, but i just don't see it worth $50-100 per month just to be allowed to sendmail "from", when the users wouldn't login for any other reason.

Is there any flexibility here or is that the only way to achieve sendmail "from: sales email" to "helpdesk" - both non-zoho emails ?

Thanks.