Topher Posted November 7, 2007 Posted November 7, 2007 I have explored several different solutions on emailing from Filemaker Pro. Most of them seem good but more complicated that I care to spend implementing them. I would like to create a simple button that takes the current found results and copies the contents of the email field into the clipboard. Not just of the current record but of all found records, thus allowing a simple paste into an email client's To: section. Is there a calculation or a script that would enable me to do this? I already have a calculation field that compiles as such: First_Name & " " & Last_Name & " <" & Email & ">" so I would want this field (Email_Address_with_Name) repeated followed by a comma and copied to the clipboard. Thanks for you help.
bcooney Posted November 7, 2007 Posted November 7, 2007 Don't give up on the Send Mail script step. It's really easy! If you want one static email addressed to all the records in the found set (big To: list), use the "For each message, collect addresses across found set " setting.
Topher Posted November 7, 2007 Author Posted November 7, 2007 I agree. The script itself is really easy, I have no problem sending emails to groups of people in my found results from the send mail menu item. However what was complicated is creating an interface for typing the email within the solution. From the solutions I've seen you have to create templates and groups, then add people to groups to send the email. It would be just easier to compose the email in an email client. Unless you can point me to an easy email implementation in a database, I'm not quite convinced. Thank you for your encouragement though.
sbg2 Posted November 9, 2007 Posted November 9, 2007 (edited) However what was complicated is creating an interface for typing the email within the solution... It would be just easier to compose the email in an email client. Did something change between FileMaker version 7 and 9? If you just use the Send Mail script step this should open a new email in your default email program (unless for some reason you have the Perform Without Dialog box checked?). Version 7 example attached. Email.zip Edited November 9, 2007 by Guest
Topher Posted November 10, 2007 Author Posted November 10, 2007 Thanks, Studying your example solution helped me a lot. The part I was missing was creating a global for the Email list and then setting the field with comma separated emails. Now it compiles it into one "To:" field. Thanks again.
sbg2 Posted November 12, 2007 Posted November 12, 2007 In Version 8.5 you might be able to use a variable rather than a global field.
Chris Christou Posted November 16, 2007 Posted November 16, 2007 You may want to take a look at Youmehub. http://www.youmehub.com
Recommended Posts
This topic is 6218 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