Emails not going out
Emails not going out
I edited the email settings on my form and now I can't get an email to go out at all. Here is what I have in the code "
On Success":
sendmail
[
from : zoho.loginuserid
to : "somebody@somewhere.com","somebodyelse@somewhereelse.com"
cc :
bcc :
subject : "Information request from the Website"
message : "This is a request for information from our website" + input.formdata
]
It errors if I try to remove the quotations. I tried with a single email address, too.
Thanks in advance