December 18, 200124 yr Newbies hello, i want to know if it's possible to set multiple values into mailTo Field. ex: [email protected],[email protected] etc...
December 19, 200124 yr 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.
December 19, 200124 yr Another way is this... (note that it is pseudo code to illusr]trate the principle) code: [FMP-Record] -mailto=[FMP-Field: emailaddress] [/FMP-Record]
December 20, 200124 yr You can also use the open URL command: the URL would be like this: "mailto:[email protected],[email protected],...,[email protected]" Gerd
Create an account or sign in to comment