Newbies bdalsass Posted December 18, 2001 Newbies Posted December 18, 2001 hello, i want to know if it's possible to set multiple values into mailTo Field. ex: [email protected],[email protected] etc...
Vaughan Posted December 18, 2001 Posted December 18, 2001 NO. You don't set multiple values in -mailto tags. You use multiple tags!
gongora Posted December 19, 2001 Posted December 19, 2001 You cannot setup multiple values in the To: field as Vaughan said. We use a calculation field that concatenates all the addresses required and then we use that field as the To: option.
Vaughan Posted December 19, 2001 Posted December 19, 2001 Another way is this... (note that it is pseudo code to illusr]trate the principle) code: [FMP-Record] -mailto=[FMP-Field: emailaddress] [/FMP-Record]
Gerd Muller Posted December 20, 2001 Posted December 20, 2001 You can also use the open URL command: the URL would be like this: "mailto:[email protected],[email protected],...,[email protected]" Gerd
Vaughan Posted December 21, 2001 Posted December 21, 2001 I just relaised this post is in the wrong forum: it's discussing CDML stuff.
Recommended Posts
This topic is 8445 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now