Aussie John Posted February 19, 2015 Posted February 19, 2015 Hi I would like to refine a database I have operating which creates a PDF, stores it in the Database and sends it out as an email. Works a treat. Sometimes other files need to be included in the email and it would be nice to store them and attach them as well without doing it manually in the email client. I have some ideas such as Applescripting the mail client or perhaps creating an archive folder of the attachments - but they are not cross platform. Any thoughts? thanks
john renfrew Posted February 22, 2015 Posted February 22, 2015 Native FileMaker send email script step?? Not possible - limited to only one attachment. Solution1 . Zip the files together and attach Solution 2. Use a plugin to do the emailing.
Fitch Posted February 23, 2015 Posted February 23, 2015 It can be done with AppleScript. But a plugin is easiest. Or you could upload the files somewhere and email links to them.
place Posted March 2, 2015 Posted March 2, 2015 Aussie John! Would you be willing to share your file/scripts on your original solution. This sounds like the solution I need to send out my invoices. kim
OlgerDiekstra Posted March 3, 2015 Posted March 3, 2015 Or you could do it with Mandrill: http://www.teamdf.com/weetbicks/224/sending-e-mail-from-filemaker-using-mandrill I'm considering changing to this once I find time. Right now I'm zipping when I have multiple attachments, but they are still send out with a plain text email. With Mandrill I can do html formatted emails, attachments, way better control and error checking, and the it's free if you don't exceed 12,000 emails per month. I can do html emails at the moment too, but that only works by invoking a php script (I have a a FMS on Windows 2008R2) and is a bit clunky. Using Mandrill via a html API would be so much easier.
Recommended Posts
This topic is 3664 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