Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mailhost - FileMaker

Featured Replies

I've created a web shop with FileMaker 5 (it's now hosted on 5.5 unlimited). The shop is supposed to send a confirmation e-mail to the customer once his order has gone through the system. It worked great as long as it was hosted on my machine on the local network, but when I moved it to another computer outside the network it stops sending mail. So I figure the mailhost address is wrong. Does anyone know what to write to make it work?!

Here is the code for sending the mail:

<FORM METHOD="POST" ACTION="FMPro" NAME="checkoutform">

<INPUT TYPE="hidden" NAME="-db" VALUE="Orders.FP5">

<INPUT TYPE="hidden" NAME="-format" VALUE="thanks.htm">

<INPUT TYPE="hidden" NAME="-error" VALUE="checkout.htm">

<INPUT TYPE="hidden" NAME="-lay" VALUE="CGI">

<INPUT TYPE="hidden" NAME="-token" VALUE="[FMP-currenttoken]">

<INPUT TYPE="hidden" NAME="-recid" VALUE="[FMP-currenttoken]">

<INPUT TYPE="hidden" NAME="Order ID" VALUE="[FMP-currenttoken]">

<INPUT TYPE="hidden" NAME="-edit" VALUE="">

<INPUT TYPE="hidden" NAME="Account Number" value=0>

<INPUT TYPE="hidden" NAME="Expiration Date" value=0>

<INPUT TYPE="hidden" NAME="-mailhost" VALUE="gatekeeper.idefag.no">

<INPUT TYPE="hidden" NAME="-mailfrom" VALUE="[email protected]">

<INPUT TYPE="hidden" NAME="-mailcc" VALUE="[email protected]">

<INPUT TYPE="hidden" NAME="-mailbcc" VALUE="[email protected]">

<INPUT TYPE="hidden" NAME="-mailto" VALUE="[FMP-field:Customers::Email]">

<INPUT TYPE="hidden" NAME="-mailsub" VALUE="KB Design Bestilling">

<INPUT TYPE="hidden" NAME="-mailformat" VALUE="emailorder.txt">

</FORM>

NB! I've replaced the e-mail addys here with fake addys.

I hope someone can help me out here, I'd really appreciate it!! Thanks!! smile.gif

Hi, it looks to me as if your mailserver is set to accept mail from within your network without asking for a username and password, but once you're outside the network, it looks like a relay to the server.

You could set the mailserver to allow relay from the FileMaker machine's IP address.

Jeff

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.