Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 3830 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Just for some clarification, I'm assuming you're using the Send Mail script set to send the email from filemaker? If so, what part of the email do you want to save? The body? The recipients? 

Posted

Hello,

 

There is no method for retrieving a complete list of all emails sent using the 360Works Email plugin. But you can get a list of emails sent by a given email account by reading emails from the "Sent Messages" mailbox on the mail server. You can pass the name of the "Sent Messages" folder in your mailbox as a parameter to the EmailReadMessages function to retrieve emails from only that folder. Please see our plugin documentation here:

 

http://static.360works.com/plugins/EMAILPLUG/documentation.html#EmailReadMessages

 

You can also use the 360Works Email plugin to copy any email sent by the plugin to a folder on the mail server which would enable you to create a folder that contains all emails sent by the 360Works Email plugin. The function EmailMoveCurrentMessage will either move the message currently queued for delivery or the most recently fetched message from the mail server into the given folder. Here is a link to the documentation for that function:

 

http://static.360works.com/plugins/EMAILPLUG/documentation.html#EmailMoveCurrentMessage

 

The example in that section of the documentation shows how to copy a sent message to a given folder. Please let me know if you have any questions.

Posted

im using the function EmailMoveCurrentMessage( "Sent" ) but it says this functiom cannot be found also can i use two mailboxes in one database?

Posted

FileMaker cannot find the Email function because the Email plugin is not installed. You must install the Email plugin before the plugin's functions can be used. Have you copied the Email plugin to the FileMaker Extensions folder? Please see our documentation here for instructions on getting the plugin installed and running:

 

http://docs.360works.com/index.php/Plugins_101#Getting_Started_with_Plug-Ins

 

You can use FileMaker Preferences to ensure the plugin is installed afterwards. In Preferences, there is a Plug-Ins tab where the Email plugin will be listed and checked if it is installed properly.

 

You can use the Email plugin to access any number of mailboxes so long as you have the proper connection details and credentials. I recommend creating a table of email accounts where each record represents an account.

This topic is 3830 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.