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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.