360Works Email Plugin
Discussions on how to implement and deploy Email Plugin by 360Works.
360Works Email lets you send and receive e-mail messages directly from FileMaker Pro. It supports SMTP for sending, and POP and IMAP for receiving. It will also run in FileMaker Server to allow you to send nightly scripted emails from FileMaker Server. It is also the perfect solution for sending e-mails from Instant Web Publishing. Product Page
435 topics in this forum
-
EmailSetErrorCapture ( True ) doesn't work. EmailSetErrorCapture ( 1 ) doesn't work. [documentation says to set it to true but I worried I was taking that literally so I tried 1 as well] Thought I only had to do it once at start of database but that doesn't work. Put it at the beginning of the "send email" script and that doesn't work either. What am I missing? Thanks, Keith.
-
- 3 replies
- 1.9k views
-
-
Hello, I'm working with Email Plug-in 2 and it works fine with fmpro 14, but I have a little question: I need to insert a PNG image as signature after the message body, and before the attachments, but I don't know how to make it. Thanks for your help, Damián
-
- 1 reply
- 1.8k views
-
-
Hello there, we are attempting to use 360Works Email plugin to move an IMAP message to a different folder, specifically one that has been downloaded previously. The EmailMoveCurrentMessage command seems to be set up to work on the message currently being sent or on the last message rec'd. I am struggling to figure out how to move a message to another folder if that message was downloaded a few days ago, for instance. Here's my current script. Any ideas? Thank you in advance! I am beginning to wrap my head around other parts of this plugin, but this in particular has kept me thinking for days and I'm not sure I feel any closer now than I did when I started! #this…
-
- 3 replies
- 1.7k views
-
-
Hi I need to get a count of email in the sent folder, that were sent today. I've been successful with Inbox but not Sent. When I try EmailGetMessageCount ( "mailbox=Sent") I get ERROR. Is it possible to get a mail count from Sent?
-
- 7 replies
- 1.6k views
-
-
Our team has been using 360Works for some time now, but just upgraded to 2.14. Since the upgrade, I am unable to send e-mail from Filemaker 14. If I downgrade to Filemaker 13, it sends just fine. On 14, When I try to send, Filemaker just hangs indefinitely, then I have to force quit. All software is up to date, and I have tried multiple users. I have also tried disabling the firewall. All of the above show the same results. Here's an output of the log files. The next command in line would be the EmailSend, but it never seems to get there. Mar 08, 2016 9:02:24 PM com.prosc.fmkit.PluginBridge$4 run CONFIG: === Executing plugin function…
-
- 1 reply
- 1.1k views
-
-
Can the Email plugin receive SMS messages back into FM and be linked with a sent message?
-
- 0 replies
- 1.3k views
-
-
Can anyone tell me more about what the forceTrust option in EmailConnectSMTP function does? I'm hashing out some issues with a client's mail server (which I'm pretty sure will go away once they install a non-self-signed certificate), so I went back to the demo file's connection test, and I discovered that I can connect when I check only the "Force trust SSL" checkbox but NOT the "SSL" or "StartTLS checkboxes". No other combination allows me to connect. So I'm curious about what forceTrust actually does. The user guide lists it as an option, but doesn't specify what it does, and googling "force trust SSL" didn't turn up anything. (Again, I think the under…
-
- 4 replies
- 2.1k views
-
-
In the sample file provided with EMail2 Plugin .. I am able to retreve new messages in the INBOX each time I hit the recieve messages buton into the ImportedMessages folder ... In my solution ..... I want to show the sent and recieved emails to a particular customer ... So how can I get the Sent items to sync as well...
-
- 1 reply
- 1.1k views
-
-
How to send HTML from local path ? I am not able to set it up .. it works from web URL
-
- 1 reply
- 1.1k views
-
-
I have a series of filemaker 14 records containing email addresses and secondary email addresses (where present). I use the 'EmailRecipients (email address) and EmailccRecipients (secondary email address)' to set the recipient values. This works when both addresses are present, but when the record only has a primary address, the secondary address from the prior record is carried over. I have tried to use the EmailRecipients with only the primary address and not reference the cc value, but the email still has the prior cc value in it. How do I clear the value that is being carried over so that records with only a primary address do not have a cc attached to the em…
-
- 0 replies
- 1.1k views
-
-
I am running Windows 10, FMP Advanced 14 with the 360Works Email plugin version 2.14 64-bit installed and registered (I have a license). I am able to connect, successfully build a message, but it won't send. I get this error most of the time (from EmailLastError): "java.lang.NullPointerException" and on a few occasions I got a simple "EOF". I made sure that I am using a valid Port and that I have appended it to the SMTP server name with a colon. I checked and I have the most up to date version of Java running. I'm totally stumped. I used this plug-in with good results in my FMP Adv 13 solutions. Anyone?
-
- 3 replies
- 3.5k views
-
-
I am having trouble with a custom message body for each recipient. The below script is only using the content of Email::body from the first record. any ideas? I would like to have a concatenated body field: Email::body = "Dear" & Email::first_name & "..... the rest of the message". when doing a test email with 3 family members in my foundset. again, the loop only sets the body of the first record. // First connect to the SMTP server and create the message. Set Variable [ $msgCreate = EmailConnectSMTP( "mail.example.com" ) and EmailCreate( Email::from ; Email::to ; Email::subject ) and EmailSetBody( GetAsCSS( Email::bo…
-
- 2 replies
- 1.6k views
-
-
Hi I'm pretty novice at FileMaker but have as solution pretty much operational internally. My company is all based on running bookings with external clients and provider all through email. Currently it's all done manually the admin assistant copies the booking from the booking sheet to a email templat in a table and then sends this out one table to the client, another to the provider of which there can be many. The bookings are trotted up in a portal on the clients page with a new line for each product. Can I export the portal to a html table to email out generating a new table row for each matching portal row? I presume I'm not the only one gene…
-
- 3 replies
- 1.8k views
-
-
Hi everyone! I'm quite a novice in filemaker compared to many on this forum, but I've been working with it long enough now to have a pretty good hang of how to make it work for me. My problem is as such: My solution needs to create an HTML email when I click a scripted button in the database solution ( company banners, rich-text (like bold and larger fonts for weight) and pictures). The HTML email also needs to be able to have calculation fields from the database so that it works like a targeted "newsletter" or "template" style email that can be sent with custom client information included such as "name, date, location and stuff". The basic idea here is t…
-
-
- 3 replies
- 2.6k views
-
-
I am evaluating the email plugin. When i try to connect I get the error message below:
-
- 2 replies
- 2.2k views
-
-
I have a very simple script which sends an email using EmailQuickSend with a file attached from a container field. In plugin v2.12 this worked fine, but when I upgraded to v2.14 suddenly this results in ERROR every time (and only if there is an attachment). As soon as I reverted to 2.12 it started working again so I can confirm this is some kind of bug in the newer version.
-
- 1 reply
- 1.1k views
-
-
Windows Server 2012 FMS 11 Email plug in v1.622 My process works like this: SuperContainer stores the images giving me a known path to the images. When writing an email an "Activity" record is created with placeholder text for a header and footer graphic. The Server runs a script that finds any activity records that are emails needing to be sent. In the course of creating and sending the email I use the EmailAttachFileInline function to place the Header and Footer into the email in place of the placeholder cid text. This works fine if I run the script from the client computer. If server runs it (via a schedul…
-
- 4 replies
- 1.8k views
-
-
Hello, regards from Spain. I've been working with Filemaker for ten years, but never with a plugin like this. Now I am setting up my databases hosted in a Mac Mini Server, running Mac OS El Capitan and Filemaker Server 14, and I'm missing a quick installation guide, to solve this issues: Do I need to install the Email plugin at the /Library/FileMaker Server/Database Server/Extensions Folder? I've bought an enterprise license, so: do I have to install the plugin on every client computer? Is it necessary to register the plugin from every computer and every time the database is opened? Thanks for your help, Damián
-
- 5 replies
- 1.7k views
-
-
I have an application that sends SMS messages to employees selected from a list. Currently I store both their mobile number and cell carrier and send an email to the respective carriers gateway. That is really becoming a nightmare as employees are hopping from company to company shopping best deals or even going prepaid. So, I want to use the IM_SendMessage function. I have an AIM account. I set up a simple 2 line script to send a message and then show the result. I get a result of 1 but no SMS goes to the specified mobile phone. I downloaded the AIM app on the mobile phone. It shows a message came in from an identified place but the message doesn't appear. Not …
-
- 5 replies
- 2.4k views
-
-
Hi , i am inmiddle of implementing the 360 works email plugin in my solution, however when i try to fetch the mailboxes i get an error message in the log "You must specify a valid inbound server" i did enter all my server info , and not sure what i am missing, please can someone help me work this out.
-
- 23 replies
- 1.7k views
-
-
hi i downloaded your demo email plugin in order for me to see if this is the plugin i need to purchase. unfortunately i do not know how to configure it , i keep on getting all king of error messages. i downloaded the plugin correctly, as i see it in my plugin directory in my preferances. what i want is to intergrate my whole gmail accoun tinto my solution. i want to be able to read my entire inbox - split down by topics just lioke i have my gmail and i want to be able to send and recieve all in filemaker. please can someone advise me how i can get this working. i studied the plugin emample, they look quite good , howeverti am wondering …
-
-
- 7 replies
- 1.3k views
-
-
Hi there Have been using Filemaker for about 3-4 months now and have been using it to generate emails which go through to my MS Outlook 2010 client. Of course these are just plain text - so am examining the best way of sending out HTML based emails. I've downloaded the 360 Works Demo version but having not really used extensions/plug ins before - I really don't understand what I'm doing! I've installed it according to the instructions - but that's as far as I can go. I'm not sure how to call these functions, or anything else I need to set-up. Any walk-throughs/help would be greatly appreciated. Even though I have a 64 bit system, I couldn't get the Filemaker 14 (6…
-
-
- 8 replies
- 4.6k views
-
-
HI guys, Just testing out 360works plugin. Is there anyway to use a field name in the EmailQuicksend function instead of "email.com";? Same question for subject and body arguments. Tried to search for the answer in this forum but nothing on topic came up. Thanks, Alfred
-
- 2 replies
- 1k views
-
-
I love this plugin. I'm wanting to use allow multiple inline attachments. Is it possible to insert text in-between the attachments?
-
- 2 replies
- 871 views
-
-
Hi there, we are having some serious trouble with the registration of the plugin in Version 2.12 and 2.14. We are using an enterprise licence for several years know (started with version 1.X, upgraded to version 2 some months ago) and everything worked fine with version 1.X. The Server is running filemaker server advanced 12 with all updates, java version 7.75 installed. 90% of our staff is working via iwp, never had any problems here with the plugin in version 1.X. Today we took a look in our databases and found several errors with registering the plugin. The message looks like this "An error occurred: DEMO mode expired! (16) You can continue to...." We checked the li…
-
- 5 replies
- 2.6k views
-
-
Hi, Maybe the solution is in front of my face but I dont know how to save the HTML sent mail to a field (container?) in FM. I thought in a "circular way", using a mail box and then receive from it... but is very weird and complicated. We adquired 260Works Email plugin, works fine in FMS13 on Windows. Regards
-
- 1 reply
- 1.2k views
-
-
Hi everyone, We keep getting "java.lang.OutOfMemoryError: Java heap space" while 360plugin tries to download attachment for the email with in filemaker. Till now the only solution is to restart the filemaker server completely and the memory gets reset. We use to be able to run the server for week but now restarting every night is not enough. Does any one has fix for it? Do we need to update the java to latest version? I also tried to locate the pre-built custom memory size files in the system as on this link recommends http://docs.360works.com/index.php/Heapspace_Out_of_Memory_Error but unable to locate the file path on the server 'C:\ProgramData\360Works\' where to set …
-
- 2 replies
- 1.9k views
-
-
FM Server 13 et Plugin Email incompatibles J'essaie depuis une semaine de faire fonctionner le plugin Email avec FM Server 13 (OSX Mavericks, plugin 2.03). Le plugin requiert Java 1.6. J'ai d'abord installé FM Pro (non serveur) pour tester, l'installation de Java 1.6 est automatique. Le plugin fonctionne. Mais l'installation (et le démarrage) de FM Server n'est possible que si on installe Java 1.7. Cela remplace alors la version 1.6 et le plugin ne fonctionne plus. Avez-vous une solution, merci… Olivier Aubert _____________ (google trad) FM Server 13 and Plugin incompatible Email I try for one week to run the plugin Email with FM Server…
-
- 9 replies
- 3.5k views
-
-
Can someone point me in the direction of how to configure for multiple users? Each user of my database needs their own email access from within FileMaker.
-
- 0 replies
- 922 views
-
-
I'm using the Bulk Recipient List with EmailSetBodyFile. Let say I have one attachment to send to all my list of customers. The first email in the list will receive one attachment. The second will receive 2 attachments of the same file. The third recipient will receive 3 attachments of the same file and so on… Something fishy with this function and a loop… I did screen captures of my scripts… Thank You for your Help.
-
- 2 replies
- 1.6k views
-
-
Hi all I have just started using 360Works eMail plugin and everything is going well apart from the problem of the font in the body of eMails read on a PC are all different font types and sizes. it looks fine on a Mac The eMail sent out has a mixture of standard text and text pulled up from table fields. When reading the eMail on a PC each section is in a different typeface or size. I can see that the text set directly in the 360 plugin script is different to the text pulled from the table fields (not what I want) but the pulled in field text also varies in size from field to field even though it is set the same in the original field How do I set the font in the plugin …
-
- 0 replies
- 982 views
-
-
Hi folks, I got an interesting pop-up message this morning. I keeps coming back and and I don't know how to satisfy it. The plug-in thinks I've been off-line for more than 30 days - which I have not - and wants me to connect to the internet so the plug-in can talk to the license server - I'm already connected as witnessed by my being able to post to this forum. What is this message trying to tell me and how do I make it happy? Thanks in advance. Glen Cardenas
-
- 1 reply
- 957 views
-
-
I'm having a problem with the EmailSetBody function when run on the server. I have a script that generates some report information into a text variable that will be the email body. The text is passed via parameter to a Send Mail script using Perform Script on Server. Eventually this will be a scheduled script that runs entirely on the server. The Email plugin is installed on both my Mac and the server. If I set the info generation script to simply Perform the Send Mail script, it works perfectly. If I set the info generation script to run the same Send Mail script via Perform Script on Server, the EmailSetBody portion returns ERROR. I broke up each part of the email ge…
-
- 1 reply
- 1.2k views
-
-
Hi, I have FileMaker Pro 13 Advance installed on my machine with 360Works Email plug-in Version 1.981 When i try to configure the plugin, Preferences -> Plugins -> Selecting the plugin -> Configure. FileMaker Crashes. How can i remove this issue? Thanks in advance.
-
- 0 replies
- 967 views
-
-
in my script, plugin registration are completed successfully but i got an error at the time of running this script step "connectIMAP". please check in attachment:- Note : This script was working very well since last 15 days but this error are comming from yesterday. Please give me some suggestion about this.
-
- 1 reply
- 962 views
-
-
is it possible to combine EmailSetBody (GetAsCss) with inserting inline attachments via EmailSetBody ( content ; html) ? I am trying out Email2 with FMPAdv 13 on a PC. I have been able to use EmailSetBody (GetAsCss) successfully to take a formatted text field and use it as the body of an html email message. Font-family, size, text color, text style come accross perfectly. Even highlighting comes through. I have been able to use EmailSetBody to create an html message with inline graphics, but I have to hard code the html code for the message. I've been able to do this with fixed text and with variable elements inserted. The result looks great. What I …
-
- 5 replies
- 2k views
-
-
Hi all, Â getting this message, as in screeshot, while registering the plug-in. Â Pls. help to resolve this issue. Â Thanks in advance.
-
- 1 reply
- 2.3k views
-
-
This should be real easy and I can't figure out what I'm doing wrong. I want to send HTML email and every time I send it, i just get the raw html in the message. So here is what I am doing. I first set the HTML equal to a variable $HTML Set Variable [ $HTML; Value:"<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Untitled Document</title> </head> <body> <div align="left"><img src="%5C'>"width="747" height="163" alt=""/> </div> <p align="left"><strong>DRAFT DRAFT DRAFT --- Texas Rail Advocates News Update</strong></p> - - - - - - - - - - - - -<br> &…
-
-
- 3 replies
- 2.4k views
-
-
I am using FMPA 13.0v5 with 360Works Email plugin v2.11 on a Mac Pro 10.10.2. Actually, I mostly use the CNS plugin, but since I like some of the other 360Works plugins, I thought I would give this a try. I am running on another machine my Mac Mini Mail Server with SMTP on it, SSL, TLS, and a verified SSL certificate (Comodo). I can connect to this server using port 587 and TLS using both the CNS plugin and FileMaker's Send Mail script step, and both work just fine. When I run it on 360 Email, I keep getting an error saying I have Invalid Addresses that I am trying to send to. To make things simple, I am sending to a single email. Since it didn't lik…
-
-
- 7 replies
- 4.1k views
-
-
This use to work regardless if all the EmailAttachFile exited or not. But now it doesn't and I don't now how to code in If thens in the code. This code works if all the EmailAttachFile have files in the containers or file locations. EmailConnectSMTP( "mailfwd.xxx.gov" ) and EmailCreate( "xxxx xxx <[email protected]>" ; Employees self via Sup1 to full name::Email ; "Review for " &Employees::Full Name & " and " & Count(Files selected::File UID)+3 & " files" ) and EmailSetBody( $$emailbody ; "plain" ) and EmailAttachFile( Employees::global container ) and EmailAttachFile( Employees::global container 2) and Emai…
-
- 2 replies
- 1.5k views
-
-
Sorry all, forum search appears to be broken. I don't see it in the docs anywhere what the date format is for dateFrom and dateTo. Anyone know? Thanks, selch
-
- 0 replies
- 1.2k views
-
-
We are creating an SMTP and IMAP connection to send an email that has attachments. In the end we call EmailMoveCurrentMessage to move the message to the 'Sent Items' Folder. We can see the message appear in the Sent Items Folder, however the attachment is not always included in the resulting message in the Sent Folder. I can't seem to figure out what makes the difference.
-
- 4 replies
- 1.7k views
-
-
I can't decide if I'm doing something wrong, or if I have found a bug. If I request all attachments (which should include inline as well), the results aren't promising. For true attachments, the EmailReadMessageValue( "attachments") returns strings of the form: C:Users{user redacted}AppDataLocalTemp6F2ACA98C-BE9D-4DBA-B154-9A14B08F9827@{domain redacted}image002.jpg which work perfectly. However, inline attachemnts are giving me only the filename. e.g. image001.png. The images are being written to disk just fine, but the path to them isn't there. Am I missing something, or is this a bug? Related question: I can compute the path for an image as "C:User…
-
- 1 reply
- 1.3k views
-
-
We have a License for more than one PC purchased. On 2 PCs (Windows 7) it works without troubles, on one PC there is a Message telling that the plugin was not connected to the registration servers (for about 30 days i think) so the plugin cannot be used. When we try to register the plugin it tells it cannot connect to the Registration Server. The PC ist connected to the internet, we have no Firewall activated, we have disabled the AV.... The user ist is a normal AD-User Any Idea? Thanks! Kind Regards
-
- 1 reply
- 1.9k views
-
-
I created a script to perform on the server and send an HTML email. The server is Windows 2008 with FileMaker 13 Server and i installed the 360Works Email plugin 64 bit version on it. First script steps work fine: - it by-passes the opening script - it finds the correct layout and record where the email parts are stored - body, from, to, subject - as a list from which the corresponding variables are created: $from, $to, $subject and the body field called PSOS_Emai_body is used in the script later as a field. - It checks if the plugin is installed with no error - it register the plugin with no error (Developer license) - it connects to the SMTP server with no error …
-
- 3 replies
- 2.5k views
-
-
1. Does anyone know if there is a way to download all incoming mail? Regardless of Folder/Label. 2. Does the email download include the name of the folder for the message? I couldn't find anything obvious in the documentation, unless I just overlooked it.
-
- 3 replies
- 1.4k views
-
-
Hi I have been trying to deploy 360works enterprise version onto a filemaker server. It is filemaker server 9 advanced running on leopard server (10.5) The plug-in will not run properly because the mac server doesn't have a 32 bit version of java. It now appears that this is no longer available for this version of the operating system Does anyone know whether it is possible to get an older 32 bit version of java that will run on OSX 10.5 There isn't any chance of being able to update the op system in the near future. Many thanks for reading
-
- 6 replies
- 2.6k views
-
-
Hi, I am new to 360Works Email Plugin. This is very useful on retrieving email from the server. I have some difficulty on understanding the document. On using the function EmailReadMessages to move the pointer to the starting email to pull in, I am a bit frustrate on when to use uid and messageId. I can use uid to move the pointer to the last email before calling the EmailGetNextMessage to call the next available email message. This works well... but i can never use messageId to do the same thing. Am I missing out some important concept here? There are some other parameter for filtering like "from", "to", "subject" and even "body". What are they? How…
-
- 1 reply
- 2.4k views
-
-
I am trying to read all the messages in a *large* gmail account. I quickly discovered that I needed to break it into chunks so that my system is not overloaded. It seemed that uid= with max= was the proper way to do that, and it almost works. I picked 200 as a viable chunk size. It seems that a combination of UID={some number} and max=200 does not retrieve the next 200 messages, but the next 200 UIDs. If a large number of messages have been deleted, there may be a gap in the UIDs of greater than 200, at which point the call returns zero messages. Finally to my question... is there some way to reasonably determine the higest UID in use? That way if my call ret…
-
- 0 replies
- 1.3k views
-
-
Gmail allows to place email messages into multiple folders while the original message is not touched (present in "All Messages"). As there is no way to detect from the message itself in which folder/s it is placed, I have to download all messages from all folders - and then they are duplicated when the same message is present in more than one folder. I could though download all messages in the "all messages" folder and then download just the "messageID" from the virtual folders to generate a many-to-many relationship using the messageID as the key value and creating a link table between folders and messages. I have about 100,000 messages in the "all mail" fold…
-
- 4 replies
- 2.3k views
-
-
Hi, I want to import the attachments directly when connecting tru IMAP to my account. I have experiomented with the readattachment set to tru. Then the attachments are then stored in a temporary location, and then i need to download it to the database. I want it to be directly downloaded to my DB, is there a option i missed for this ? Thxs in advance ..
-
- 0 replies
- 1.1k views
-
-
Hi, I'm attempting to install Email plugin v2.03 on a Mac server, however, when installed into the extensions folder (Library/FileMaker Server/Database Server/Extensions/), the plugin doesn't show up in the admin console. And, if the server is booted with the plugin in place, FMS won't start at all. So, the question is: will this plugin work with a Mac running 10.9.5, Java 7 update 71 (the latest as of today), FMS 13.01 (yeah, it needs to be updated)? Any other thoughts or suggestions are surely welcomed! Cheers! Dave Wheelock
-
- 2 replies
- 1.6k views
-
-
I am working on a small project for a client. Today I started to get this error. What things cause this error? Everything was working fine 2 days ago. Today. It throws the error below every time I try to fetch emails. It does the same thing using the sample "email client" file that came with the plugin. java.lang.ArrayIndexOutOfBoundsException I do believe my laptop install some updates last night. But I don't see any that would appear to have affected java. But I can't confirm that for certain.
-
- 3 replies
- 2.8k views
-
-
Help! I have the Email plugin succesfully installed on FM Server 13. Using WebDirect I can send email ... works great from a browser. The same scripts using FM Go yields a "?" error. Please, Give me the secret! Steve Shiver SuiteFlow
-
- 1 reply
- 1.4k views
-
-
I'm am trying out 360works email plugin. Using the eMail_client.fm12 as test receiving mails via IMAP goes wel. As soon as I try to set the smtp server it returns an error after I press the test button: Couldn't connect to host, port: mail.maltacode.com, 25; timeout 30000. I am really sure that my settings are correct (tested with other mail clients). I've tried smtp and IMAP (what I prefer and want to use) What am I doing wrong?
-
- 2 replies
- 3.2k views
-
-
When Hotmail auto-replies to a bad e-mail (bad addressee, mailbox problem, etc) it returns a "Delivery Status Notification" email. However, there doesn't seem to be any message body returned by 360Works Email 2.03 plug-in. I've tried: EmailReadMessageValue("text") EmailReadMessageValue("html") EmailReadMessageValue("htmlRaw") EmailReadMessageValue("body") Bodies are returned for all other e-mails. MIKE
-
- 1 reply
- 2.1k views
-
-
MacMini OS 10.9.4 4gb Ram FileMaker Pro 12 v 5 Email Plugin 2.03 Remote Scripter 1.802 Java 7 Update 67 The MacMini is setup to receive remote trigger from other computers to check emails and populate a table. The setup is working fine except for the occasional crashing of FileMaker Pro 12. Crashing occurs randomly, no specific computer, no specific time, no specific number of email reads. The MacMini has been setup to receive remote trigger to do other processes before and it never crash until I installed Email Plugin 2.03 It could be a cache or memory problem, I'm not sure. I setup FileMaker to save cache every 10 mins and set to 512mb. FileMaker clos…
-
- 0 replies
- 1.6k views
-
-
it seems that the form of email can't be guaranteed as emails could take the form: User Name<[email protected]> or just [email protected] it would be nice if there was a function that would parse out the single email from the field or a return separated list ( unique or all ) of emails from the message received. i've done it in tandem with script master but in this case client didn't want to deploy a second plugin currently i am left with trying to parse things out, just not elegant or efficient.
-
- 1 reply
- 1.3k views
-
-
This is my first time working with the plugin, and I've done some poking about the forum, but I can't find others with my issue. I can call EmailReadMessages with uid as the only parameter, but apparently without effect. In other words, all of the email messages come back, regardless of their relationship to the specified uid. I am connecting via IMAP. Have others seen this problem? Any ideas? Thanks! --Chris
-
- 3 replies
- 1.4k views
-
-
I'm setting up a new server, FM13 on a Mavericks mac. Â I've followed the server interaction for the plug-in but i get an error when i enable it. Â Any suggestions? Â Â
-
- 0 replies
- 1.5k views
-
-
I'm using the file 'Email Client' provided with plug in. When I open an email the hourglass starts and filemaker hangs. This doesn't happen with all emails, but there is no way of telling which ones will hang and which ones won't. When I open the same email in a traditional email client (outlook) it opens fine. Any help greatly appreciated. Mark W7 FMP 13 Advanced
-
- 1 reply
- 1.4k views
-
-
I have some users (maybe all users, except me) that get a beach ball during EmailConnectSMTP(). It appears to timeout after 10 seconds or so and then connects normally. My computer connects with no noticeable delay. I have checked login usernames and passwords and they are accurate. The users were able to quickly connect at one point in the past. Immediately checking EmailLastError returns blank "" EmailConnectSMTP( "smtp.gmail.com:465" ; _MiscTable::User_EmailAddress; _MiscTable::User_EmailPassword; "ssl=1"; "tls=T" ; "forceTrust=true"; "timeout=5" ) Tried adding these args with no effect: port 465 "forceTrust=true"; "timeout=5" I have also substituted m…
-
- 4 replies
- 1.9k views
-
-
I'm using v1 of the Email plugin and have a script working on the client side. Email sends without a problem. But when I flip it over to the server I'm getting a connection error. It won't connect to my SMTP host. The exact same script is failing on the server. Any ideas why? I'm using Server 13 on OS X 10.9.3. Thanks! jared
-
- 1 reply
- 1.3k views
-
-
Hallo, I'm try email plugin, on Filemaker server 13. On Mac OS X works ok I guess if works on Windows Server 2008 ? is it works? Thanks G
-
- 1 reply
- 1.3k views
-
-
Anyone using this combination (or other FM plug-in) to integrate FileMaker Pro (v11) and SendGrid? https://sendgrid.com/docs/Integrate/index.html While my preference would be to have control of a web site, this must all be done without one. Thanks!
-
- 0 replies
- 1.4k views
-
-
how do i get the most recent email i sent set it to a regular field
-
- 5 replies
- 4.2k views
-
-
Hallo, I'm trying to use your plugin to send HTML email through webdirect... when I try to make an smtp connection on webdirect the plugin show this: An error occurred: ? The same script works on Filemaker Pro client Demo version works on filemaker server 13 on macosx? Thanks for your support
-
- 2 replies
- 2.5k views
-
-
is the a way to get the information of the last email i sent for example Set Variable [ $result = EmailRegister("myLicenseKey"; "My Company") and EmailConnectSMTP( "mail.example.com" ) and EmailCreate( Email::from ; Email::to ; Email::subject ) and EmailSetBody( Email::body ; "plain" ) and EmailAttachFile( $attachment ) and EmailSend and EmailDisconnect ] Once i send it i want to get the body time and time it was sent and set it to regular field New record Request Set Field ( Time ) Set Field ( Date ) Set Field ( Body )
-
- 1 reply
- 1.3k views
-
-
Hi! I would like to know if it was possible to preview the email before it it sent out? If so, what function do I use to do it? Thanks!
-
- 1 reply
- 1.5k views
-
-
-
I may have missed a setting somewhere, but is it possible for emails to be sent in the background and to then carry on using filemaker whilst it is sending? We often have to email large files to clients and suppliers and it is no good if we have to wait and stop using filemaker whilst these are being sent. I am using Filemaker Server so could this task be offloaded to the server rather than the local client?
-
- 1 reply
- 1.5k views
-
-
Hi All I have a client using the 360Mail plugin for incoming emails. Everything works absolutely fine up until a certain point and then mail stops being imported into the database. I have just tested in the 360 demo file and mail comes in up until a certain point and then fails as per the live system... Upon investigation of the xml file produced I find that the error is 401 - although I know that emails exist waiting to be downloaded, cos I have sent some to him! So I know that the details are all correct, but for some reason mail stops being downloaded after a certain point. If it was falling over at the same exact email I would have put it down to a cor…
-
- 1 reply
- 1.4k views
-
-
Hi All Hopefully you can help me with a problem I am having sending mail for one of my clients. It's driving both him and me completely round the bend! We use the 360Works Mail plugin for sending bulk emails from our database, however I have one client who this doesn't work for. If I log in from my computer and send mails via his account all works fine, however when he does the same from his end, on the script step which creates the new message (EmailCreate) & sets the body (EmailSetBody), he gets the returned error: Missing local name Any idea what this means or what is the cause? I can't find a single clue from 360Works documentation, however some se…
-
- 2 replies
- 4.7k views
-
-
Hi I want to implement your email plugin but am having some problems getting started. The email account I want to use is my iCloud account. I am able to connect to the iCloud server successfully, but when I try to send an email using QuickSend I get this error "An error occurred: 530 5.7. No STARTTLS command as been given" For the server; smtp.mail.me.com:587 my user name is my full iCloud email pw is my pw StartTLS is check ON SSL is checked off Force Trust SSL I have tried both on and off doesn't seem to make a difference. I also tried using my gmail account, but also couldn't get that to work. gmail kept denying connection thinking it is unautho…
-
- 1 reply
- 1.5k views
-
-
Hi all, Before I decide to buy, I'm trying to find out how, and if this plugin can be integrated with my own solution. E.g.: I'd like to schedule mailings of HTML formatted emails, with a calculated body text, to my clients reminding them of the start of their pre-booked training. Hence: use the 360Works mail features enriched with the data from my training admin solution, and make it look professional. Actually, the Send Mail script step would cover all my needs, if only I could provide HTML + Field values in the "Message" section of this step. If yes, then how? Thank you!
-
- 2 replies
- 1.2k views
-
-
While importing messages using a EmailGetNextMessage/EmailReadMessageValue Loop i do receive all emails, but i only get the text/html/body-content if the mail has an attachment otherwise these fields always stay empty. I have also tried using the xml-import but the xml-file gets deleted before the import script-step is able to read the file. What am i missing here?
-
- 11 replies
- 3.8k views
-
-
Hi All, We have internal mail server for our company. We are trying to fetch the email messages from the mail server. Using 360works Email plugin, we are able to connect our IMAP server and when we try to fetch messages from the mail server using EmailReaMessages(), it reads messages but didnt download into .xml file. so we are unable to store email messages into our FM application. We are not sure what settings is missed and we believe that some authentication is missing between FM and Mail server. If anyone will answer for this, that will helpful for us. Thanks Thiyagu
-
- 0 replies
- 1.1k views
-
-
We've been using the "Email Plugin 1" for some time and we are trying to switch how attachment files are stored -- to FileMaker's remote storage container. When we attach a PDF that has been stored in a container field, the email recipient cannot open the PDF -- it seems to not be a valid format -- they can't be opened. Same with Word docs. However, sending an Excel file worked. We've experimented with PDFs we've made and PDFs made elsewhere. When we download files from the container (versus emailing it), the file format is valid and opens ok. When we attach the file, we are calling the plugin's function: EmailAttachFile ( ATTACH::Attachment ) An…
-
- 1 reply
- 1.5k views
-
-
I have 360 Works email configured to send an HTML email. I seem to be able to format the text okay using FM format. If I use a hyperlink as http://.... it will make a hyperlink - but even the send email native to FM (12 Advanced) will do that. If I try to hyperlink text, I am unsuccessful. Previous posts says to use HTML Tags, but I find it just shows the tags in the email. Example: " <a href="http://faithfulfox.com">Visit My Website</a>" It will just reproduct that line as it is typed. I need directions on how to hyperlink the text. Thank you.
-
- 0 replies
- 2.2k views
-
-
Using the Email plugin (we're using Version 1.972), what is the best way to reply to an HTML message with the original content displayed at the bottom of the new message? Currently, the way we have it set up, when we reply to an HTML message, the original message is truncated/lost/not included in the reply.
-
- 1 reply
- 1.2k views
-
-
Hi, We are using FM Pro 13 Advanced file. We have hosted file in FM 13 Server. We are going to implement 360works Email 2 Plugin in our solution. Our aim is to receive all emails within FileMaker Mailbox table for every 2 minutes. It should act like Gmail Mailbox. Is it possible to get like this?. If yes, What parameters i should pass to the EmailReadMessage() function of Fetch Messages FM Script. Can anyone help me to achieve this?. Thanks in advance Thiya
-
- 0 replies
- 1.3k views
-
-
Crashes everytime I click on an email to view. Has never worked. 2.0 FMP 13 Advanced, Mac osx 10.9.1. License registers fine. If I try to download more than 5 emails at a time it also crashes. Updated Java.
-
- 1 reply
- 1.1k views
-
-
We currently use 360Works Email version 1.972 and had inadvertently tried to install Email 2 but our license key didn't work. What is involved in upgrading to Email 2; how much does it cost?
-
- 1 reply
- 1.5k views
-
-
Using the Email plugin (we're using Version 1.972), what is the best way to reply to an HTML message with the original content displayed at the bottom of the new message? Currently, the way we have it set up, when we reply to an HTML message, the original message is truncated/lost/not included in the reply.
-
- 0 replies
- 1.1k views
-
-
Hi I am just trying to get all email message in the FileMaker database using 360works Email 2 plug-in . I am not sure which function and arguments will help me to get all emails including new email messages. When I try to fetch the message based on count , it always fetches the record in the older order. But I need to get emails in the latest order. To achieve this, what arguments I should pass to the function EmailReadMessages (). Can anybody help me to sorted out. Thanks Thiyagu
-
- 0 replies
- 1.2k views
-
-
Hi, Having upgrade two machines to Maverick 10.9.1 (no problem with 10.9) The connection to smtp.gmail.com (any port and ssl=1 or 0) stopped working after years of good service. "Could not connect to smtp host smtp.gmail.com port 465" (ssl=1) Mac Pro 2008 MacBook Pro retina Mac os 10.9.1 Filemaler Pro Advanced 11.0v4 Email plugin 1.962 OR Email plugin 2.01 Does someone can confirm or disconfirm this ? Thx ymo
-
- 0 replies
- 1.3k views
-
-
Windows 7 64bit FMPro Advanced 13 Database Hosted on Windows 2008 R2 SP1 server with FMServer 13. On the windows 7 box, FileMaker 13 is installed in the Program Files X86 folder. So I am using the x86 plugin for Emailit 2. I have a Portfolio License I purchased in June. The process verifies the plugin just fine. However, when it runs the script Fetch messages, it returns the above error. (I've attached an image of it). I am runing version 2.01. Java 7.45 (both 32 and 64 are installed) JRE 7u45. Ideas? Thanks.
-
- 0 replies
- 1.3k views
-
-
We have been running the Email plugin with an Enterprise license. After upgrading to FileMaker 13, on a copy of FileMaker 13, the function EmailRegister returns a 1 (is successful) but when running the same function via the server, it returns ERROR. What could cause this?
-
- 1 reply
- 1.6k views
-
-
Is it possible to get the emails within the Sent Mail folder/mailbox in Gmail using the 360Works Email plugin?
-
- 1 reply
- 1.2k views
-
-
Hello, Why "return-path" doesn't work and the reply-to work fine? EmailRegister( Data Post::license ; Data Post::license_to ) And EmailConnectSMTP( Data Post::SMTP server ) And EmailCreate( Data Post::SMTP ADRESSE ; Data Post::test ADRESSE ; Data Post::Sujet:) And EmailSetHeader( "return-path" ; "[email protected]" ) And EmailSetHeader( "reply-to" ; "[email protected]" ) And EmailSetBody( Data Post::Html compile; "html" ) And EmailSend And EmailDisconnect according to : http://tools.ietf.org/html/rfc4021#section-2.1.2 it' a valide field?
-
- 0 replies
- 1.1k views
-
-
Using the Email Plugin, what would be some reasons the Fetch script would miss a message? It missed an important message this week. We use Google Apps and if we log into the mail through Google Apps, we can see different messages received at: 10:30am 10:31am 10:36am. But in our Filemaker database, the 10:31am message is missing. The 10:30am message's UID ends in "....88" and the 10:36am message UID ends in "....90". What are some reasons the message with the UID ending in "....89" wouldn't have come in/been created in Filemaker? Our primary keys for the time period are sequential (so its not that a record was created and then deleted).
-
- 1 reply
- 1.4k views
-
-
I'm able to send SMS text messages with the Email 2 plugin. My first question is if there is any other server supported besides AIM for SMS? When sending text messages, it breaks everything but the shortest of text messages into a multiple texts and they appear to be sent from a code instead of a name (i.e., 206-842). Are there any solutions for these issues?
-
- 1 reply
- 1.4k views
-
-
I'm stumped by what would seem to be a simple problem. I have a script that has been sending composed e-mail successfully for months now. The e-mail send script gathers up the To Addresses, Header, and Body text, then sends the e-mail. Works fine. Now I've added the ability to include an attachment. The same script, with the attachment command (EmailAttachFile) added, works fine, except that the body text no longer is included in the e-mail -- just the attachment. If there is no attachment, the e-mail sends with the body text included. It seems I can't have both. I test for error condition after every Email command, and there are no errors thrown. I also…
-
-
- 1 reply
- 2.2k views
-
-
I recently updated my OS to Mavericks and have been having an issue ever since with nothing else changing. At the end of every day, I have a script that emails the day's invoices to customers. This process has been run every day without issues for several years. Since updating to Mavericks, FM hangs after sending 50-60 emails. Activity Monitor reports that FM is not responding and I've tried waiting hours for it to come back without success. A force quit is the only option, I restart the emailing at the point of hanging and it hangs again after another 50-60. It's happened every day since upgrading without exception. No other plugins are running during this process. …
-
- 0 replies
- 1.4k views
-
-
I am writing a script with the simple aim of testing the connection to the mailbox and counting how many messages are in there. I am using EmailReadMessages and then EmailReadMessageValue("count") This works fine if there is one or more messages in the mailbox are unread but it doesn't work if all the messages are all read (ie it returns 0) I realise I can iterate the function EmailReadMessages with the flag "viewed = false" then, if 0 , followed by "viewed = true" but this seems a little clumsy. is there another way of simply counting, messages, read and unread within a mailbox?
-
- 0 replies
- 1.2k views
-
-
Very new to FMPro, using FMP11 on Windows XP, want to send html email which includes company logo and jpg signature. I created a field called HTML Body, inserting pics of the logo and signature and a text box. When I send the email (both plain and html) only the plain shows with the links to the pics, none of the text. I'm using the HTML-formatted email script, including EmailSetBody for both plain and html. What am I doing wrong? Thx!
-
- 1 reply
- 1.5k views
-
-
Edit: I just found what must be the cause of the problem. The emails that are being ignored have .EML attachments. I tried retrieving the emails without attachments, but that didnt help. It seems as if the presence of an EML format attachment is tripping up the plugin. I assume this is a bug unless I have missed something. Original: I am using the 360works email plugin to retrieve email via IMAP from a gmail inbox. I've noticed that every once in a while a message gets inexplicably skipped. The message subjects show up in the status dialog while retrieving mail, but my EmailGetNextMessage loop ends immediately as if no messages are available to download. I noticed…
-
- 0 replies
- 1.3k views
-
-
We are using Exchange as the email server. I'm connecting using EmailConnectPOP then using EmailReadMessages with "readonly=true". As soon as that step runs, the messages as viewed in an Outlook inbox change from not viewed to viewed. This didn't happen before switching servers to Exchange. Could this be a fluke of Exchange? Or could it be because Outlook is using IMAP and the Email Plugin is connecting using POP? Thanks, Lauren Naslund
-
- 0 replies
- 1.1k views
-
-
On windows 8 the command EmailSend returns the error: Invalid Addresses The very same database-, record- and script-combination works just fine on windows 7, so it must be a problem with Windows 8 I am using FMP(A) 12v4 with JRE 1.7v25 and Email-plugin version 1.972 on Windows 8 professional. I've tried this in 2 different network where there are an exchange-smtp-server and a postfix-smtp-server. Using any of these servers result in the same: it works on Windows 7, but not Windows 8 I allready had contact with support about this issue and I thought it was solved, but it seemed to have worked only once and now I get the invalid addresses error again. For now my c…
-
- 0 replies
- 1.9k views
-
-
Filemaker crashes inmediately when i try to register the plugin with EmailRegister ( "Reg-code" ; "Company" ). I use version 1.964 I have cleared the java-cache en removed all old applications, all that doesn't help. We heave tried this on 32 and 64 bit Windows7 systems. Ik have re-installed JRE 1.7v21 and told my users to do the same and then there's no crash anymore. regards, Menno
-
-
- 9 replies
- 3.6k views
-
Recently Browsing 0
- No registered users viewing this page.
Who's Online (See full list)
- There are no registered users currently online