nbrunskill Posted January 20, 2003 Posted January 20, 2003 Hi, Like many others in this particular forum, I'm working on a script to send email. My question is: Is there a way to tell Outlook to auto send the email after the FM Send Mail script step sends the necessary data to Outlook Express? I've read from other posts about SMTPit for sending directly, but I'm trying to REALLY economical for now. I've got the SEND MAIL step working fine, I was just wondering if I can somehow (in FM or Outlook Express) get the email to send without having to click it. thanks in advance Nate
jfmcel Posted January 21, 2003 Posted January 21, 2003 There are free AppleScript based solutions. Outlook's AppleScript dictionary has a send command, but it will require you to construct the email message using applescript. You can also send email using applescript skipping the email client by using a scripting addition (Sendmail for OS 9 and 24U Email for OSX). I'll dig around later and post some sample scripts.
nbrunskill Posted January 21, 2003 Author Posted January 21, 2003 Hi there, Thanks for your response. I should have mentioned I'm using windows. Is there a windows equivalent to AppleScript? I've done this before using AppleScript. Man I miss it was nice... If anyone has any ideas/solutions I'm all ears! thanks Nate
jfmcel Posted January 21, 2003 Posted January 21, 2003 On windows you are limited to plug-ins or figuring out the Send DDE Execute command. [i've always assumed the DDE means something to someone, but looking through the posts on this subject makes me wonder.]
Ted S Posted January 21, 2003 Posted January 21, 2003 I'm running an ancient version of FileMaker (3.0) on W2K and the SEND MAIL script step has a "Perform without Dialog" checkbox that just sends the email on its merry way. -Ted
SteveB Posted January 23, 2003 Posted January 23, 2003 The Applescript analog on Win platforms is WinBatch. It could easily trip a button in Outlook. www.wilsonware.com There are also a couple of macro recorder programs that would allow you to capture mouse clicks to automate sending emails.
Recommended Posts
This topic is 7967 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