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.

Email Problem (SMTP)

Featured Replies

  • Newbies

Ok everything is going smoothly so far.. However, I ran into some problems.

Here is my contact page form.

<FORM ACTION="FMPro" METHOD="post">

<input type="hidden" name="-DB" value="contactsUs.fp5">

<input type="hidden" name="-Format" value="thankyou.htm">

<INPUT TYPE="hidden" NAME="-LAY" VALUE="Main">

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

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

<INPUT TYPE="hidden" NAME="-MailSub" VALUE="Test">

<INPUT TYPE="hidden" NAME="-MailHost" VALUE="mysmtp.com">

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

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

My question is.. under the mailhost tag I don't want to specify any smtp. I want to use the client's SMTP host. In other words.. sort of do what the mailto action does. It automatically detects the client's smtp host (if it exists) and sends the email. Is there any way I can accomplish the same without specifying the -mailshost tag in my form?

Meaning.. hit the submit button --> automatically detect the client's smtp host (dont have to specify it in the -mailhost tag) --> submit my current form/email ?? (same thing the action mailto: does)

Any help will be greatly greatly appreciated.

Thanks in advanced.

aG.

You can specify any SMTP host, but that will be quite hard to set the privileges on the remote SMTP host, so it will allow you to send messages and not be "open for spamming".

You have to specify a host otherwise Web Companion does not know where to send the mail!

Mailto is different: the *client's browser* is handling the e-mail process, not Web Companion on the server: with mailto the message is coming from the client's machine.

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.