vendesigroup Posted January 28, 2005 Share Posted January 28, 2005 Hello. I'm a NEWBIE to Filemaker and it looks to be pretty darn hard to use the email function. All I want to do is send out an email to everyone in my database. How do I do that? Thank you. Ryan Gray President Vendesi Group - Medical Sales Consulting www.vendesigroup.com Link to comment Share on other sites More sharing options...
Maarten Witberg Posted January 28, 2005 Share Posted January 28, 2005 You can generate individual emails using a script, but you'll have to confirm sending each mail in the email program. Code: #create a found set#go to record[first]loopsend mail [#add your settings]go to record[next, exit after last]end loop in fm7, this will lead to as many open mail windows in your mailing program as you had in the found set. If you want to send out a few mails at a time, this is no problem I guess. I think you can automate the whole show using a plugin, there are several on the market. you have to use your search engine for this. at www.filemaker.com/plugins I only located mail.it by http://www.dacons.net/ Don't know if that will do what you want. kjoe Link to comment Share on other sites More sharing options...
vendesigroup Posted January 29, 2005 Author Share Posted January 29, 2005 Thank you. All I want to do is give one command to send out an email to the entire database. It would be nice if it were easier to do. I can see where your method would work for a few hundred emails, but would take forever to send out a few thousand. Link to comment Share on other sites More sharing options...
dr magic fingers Posted February 2, 2005 Share Posted February 2, 2005 A very nice plugin that I use for all my e-mailing in FMP is SMTPit...you can google for their website. It automatically sends, you don't have to mess with your local e-mail program (ie to confirm sending), attaches documents, etc... Link to comment Share on other sites More sharing options...
harryglos Posted February 4, 2005 Share Posted February 4, 2005 Howdy Stranger, Just thought I'd jump in with the address of SMTPit. You can find them at: http://www.smtpit.com I've used them for years and their product is great and their support is top notch. Harry Link to comment Share on other sites More sharing options...
Felix Kortrijk Posted April 7, 2005 Share Posted April 7, 2005 If you are on the windows platform then take a look at the example from the following URL: http://www.cornerstoneict.com.au/tips.htm It uses VB script to send an e-mail to MS Outlook. The complete VB script is setup within Filemaker so it can be dynamic. All message variables can be used including attachment(s). Link to comment Share on other sites More sharing options...
Felix Kortrijk Posted April 8, 2005 Share Posted April 8, 2005 I noticed that the real problem your facing is actually the security message in Outlook / Outlook express. You might want to take a look here to find a solution: http://word.mvps.org/FAQs/MailMerge/MergeWithAttachments.htm Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.