@MailSend & rogue >

Not sure where to look… all seems fine re: field value and formula. I have a text field -w- button that generates the email addresses of the team (from email fields within document). The field looks correct… e.g. “user.1@test.com, user.2@test.com, user.3@test.com” . The @MailSend(emails; …) seems to work 100%… the emails field is in the right place. When I look at the router’s mail.box, I see messages being held/pending and notice that the 1st line (values from emails field) look wierd… e.g. "<“user.1@test.com, user.2>@test.com” Why are the <> there? I could understand the 1st one but the 2nd one is out of place… and it is causing the 3rd email address to not even show!?! Any thoughts? Not sure where to correct this one? he CC: and BCC: is working fine but these are groups vs. “emails” which is a field name. Thanks team…

Subject: @MailSend & rogue >

Make sure that the comma is a separator for the text field, and that the text field is a multivalue field. It looks like the whole mess is being treated as a single string.

Subject: RE: @MailSend & rogue >

Stan… excellent point. I happened to check another subform that had an email field (was set to multiple values + comma/comma). You hit the nail on the head… thanks.