Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I know about this method by looking at the Runway contact form
umbraco.library.SendMail(from, to, subject, body, isHTML)
But I need to send mail to multiple recipients. What's the best way to go about this? Will it work with a delimited list of addresses?
Thanks in advance.
I figured it out. A comma delimited string of addresses did the trick.
Hi Will
What does your working code look like? (I think it's a good idea to have it posted here for future reference if anyone else could be interested).
/Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Mail to multiple recipients
I know about this method by looking at the Runway contact form
umbraco.library.SendMail(from, to, subject, body, isHTML)
But I need to send mail to multiple recipients. What's the best way to go about this? Will it work with a delimited list of addresses?
Thanks in advance.
I figured it out. A comma delimited string of addresses did the trick.
Hi Will
What does your working code look like? (I think it's a good idea to have it posted here for future reference if anyone else could be interested).
/Jan
is working on a reply...