July 21, 200916 yr I've been working for many hours trying to configure the SMTP settings so that FM10 can send email directly, rather than through my email client. (This is necessary if the email is to work over IWP.) I gather from reading other forum posts on this topic that a lot of other people have run into the same problem. But I've tried all the solutions I've seen posted, and nothing has worked. What I've done so far: 1) copied account info from my email client 2) set the port # to 465 and the password to SSL, plain password 3) left the name field blank 4) tried sending mail via Earthlink's SMTP (where I also have an account) 5) tried setting the gmail account info (username, email address, password) using text fields with global storage What happens when I run the script: a dialogue box which reads "The connection was refused by the SMTP server." Here's a picture of the SMTP config box (with my account info made anonymous) By chuck_henebry at 2009-07-19 Edited July 21, 200916 yr by Guest
July 21, 200916 yr The mail server should just be smtp.gmail.com There has been some mixed success reviews about SMTP with gmail. First and foremost, I would check to see if any firewalls are blocking those ports. You can use a telnet to check if you have access. telnet smtp.gmail.com 25 telnet smtp.gmail.com 465 telnet smtp.gmail.com 587
July 21, 200916 yr Author Thanks, mr.vodka! That fixes it. Basic functionality achieved. Edited July 21, 200916 yr by Guest
March 9, 20205 yr Howdy, all: I bumped this thread 'cause it's nearly eleven years old, but I'm having the same problem today: I can't get FMP v.18 to send an e-mail through gmail; I get the error message, "Unable to log into the SMTP server." Here's what I entered (redacted), attached. Is there a setting I need to tweak in FMP or in my mail account on gmail? Thanks in advance for your reply. Rich Edited March 9, 20205 yr by WF7A
March 9, 20205 yr I spoke too soon--I fixed it. There's a setting in gmail to allow unsecure 3rd-party apps access to your account. Go to your Google Account. On the left navigation panel, select Security. On the Third-party apps with account access panel, select Manage third-party access. Select the site or app you want to remove. Select Remove Access. ...but in this case, instead of Remove Access (in Step 5), you'll enable it. Edited March 9, 20205 yr by WF7A
March 9, 20205 yr Keep in mind that Google is going to take away that kind of 'basic authentication' (or less secure as they call it) for the SMPT protocol and other protocols. Consider switching over to their APIs as quickly as you can. Here's a write-up for Office 365, it has links to the Google announcements and some links to other community blog posts that show how to use the Google APIs https://www.soliantconsulting.com/blog/microsoft-graph-api-filemaker-one/
Create an account or sign in to comment