I keep getting improper statement errors on the message, but I cannot see a problem.
Also, if the message is much longer the whole message turns black instead of being coloured yellow, red and blue.
- client = Clients[ID == input.Client_Lookup];
- sendmail
- [
- from :zoho.adminuserid
- to :"example@example.com"
- subject :"Appointment with " + client.Name + " " + input.Appointment_DateTime
-
message :"Appointment with <b>" + client.Name + "</b> at
<b>" + input.Appointment_Location + "</b> on <b>" +
input.Appointment_DateTime + "</b><br><br><A
HREF=\"https://what3words.com/"
+ input.Appointment_What3Words + "\">Open
What3Words</a><BR><BR><b>Client
Address</b><BR>" + client.Address + "<br>" +
client.Town + "<br>" + client.County + "<br/>" +
client.PostCode + "<br><a href=\"tel:" + client.Phone +
"\">" + client.Phone "</a>"
- Attachments :template:View_Appointment as PDF
- ]