hedata Posted September 14, 2012 Posted September 14, 2012 Hello everyone, I'm having trouble sending emails in FileMaker Pro 12 Advanced to multiple recipients using the 'Send Mail' script step. I currently have the following in the 'To' field: "[email protected];" & " " & "[email protected];" & " " & "[email protected]" Is that correct? Do I need the semicolon to follow email addresses?
Lee Smith Posted September 14, 2012 Posted September 14, 2012 Automatic message This topic has been moved from "FileMaker Product Family → FileMaker Pro 12" to "The Presentation Layer → Reports, Printing & Publication → Email". The FileMaker Product Family >> FileMaker Pro 12 is intended for the discussion of the functions, features and tools that were new in FMP 12. All how-to question should be posted to a topic area that best matches the sprit of the problem. Many questions can fit into more then one area, but you only need to pick one, and go with it. If you have any questions about this action, please contact me through a private message. Lee
mr_vodka Posted September 14, 2012 Posted September 14, 2012 not sure if you have these hardcoded or if they are values being pulled from various fields. "[email protected]; [email protected]; [email protected]" if pulling from various fields you should be able to do something like: Substitute ( List ( Email_1; Email_2; Email_3; Email_4 ); ¶; "; " ) or comma depending on program.
hedata Posted September 20, 2012 Author Posted September 20, 2012 Thanks mr_vodka, it was the carriage return that was needed.
rivet Posted May 9, 2013 Posted May 9, 2013 hedata, I am having the same issue. When you say carriage return was needed, can you post an example. My addresses are coming from a single field with a string like: "[email protected]¶[email protected]" OR "[email protected], [email protected]"
billhagara Posted January 23, 2015 Posted January 23, 2015 the answer looks like this: "[email protected]" & ¶ & "[email protected]" & ¶ strictly speaking, I can't say the last one is needed... but it won't hurt either. 1
Recommended Posts
This topic is 3583 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