Newbies erick Posted June 11, 2003 Newbies Posted June 11, 2003 Hello All, Hope someone can shed some light on this... I have a results page for e-mailing and in the Bcc line I all the e-mails in the found set... everything runs great as long as there is only 1 e-mail in the Bcc, After that I get syntax errors from the mail server.. here is why... the bcc fills with the e-mails " emailaddress emailaddress emailaddress and so on" but I need to input the proper syntax.. I.e. 1 email sends as <emailaddress> FM when it sends adds these <> around the emails so when I add multi e-mails it formats as <emailaddress emailaddress> and errors so I added my <> the the emails and I get this.. <<emailaddress><emailaddress>> and errors because there are extra <> on the ends so I reformatted to adding just one > on the end so I get. <emailaddress> emailaddress>> now there are to many >> on the end and none separating the two e-mails... ANY help in formatting this would be greatly appreciated.... or a way to keep the -Bcc from adding the <> on the e-mail would work also.. Thx, Erick..
Clint Posted July 7, 2003 Posted July 7, 2003 Set the contents of <<address>> to the complete address list, seperated by comma. Field "TO" with content of "[email protected],[email protected],[email protected]" etc. Depending on your application you may need to construct your total mailing list with a calculation of some time.
Recommended Posts
This topic is 7802 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