Newbies Dominic Hogan Posted March 20, 2012 Newbies Posted March 20, 2012 I'm sending emails from a Lion Filemaker client with the plugin through my separate OSX Lion Server Mail Server (Mail relay is off) The good news is that the emails are going out fine and being received ok! The problem is the outgoing plugin messages don't get stored. Mail sent from the Apple Mail client set up with the same account details as the plug in are viewable in the mail outbox so it's not the Mail Server. So the question is, why can't I see the 'plug in' sent mails from within the Apple Mail client outbox? here are the working script bits.... EmailConnectSMTP( "mail.memailserver123example.com:25" ; "admin" ; "myPASS") EmailCreate ( Emails::From_Member_Email ; Emails::Email_To ; Emails::Email_Subject_Store ) and EmailSetBody( Emails::HTMLContent; "html" ) and EmailSetBody( Emails::Email_Message ; "plain" ) and EmailSend EmailDisconnect ....... Please help as any advice to view the sent mail from the plugin through OSX Lion server would be great. Regards
wbasham Posted March 22, 2012 Posted March 22, 2012 This functionality does not currently exist in the plugin.
Recommended Posts
This topic is 4630 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