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.

Featured Replies

Hi everybody,

I've finished setting up a script using scriptmaker that allows me to send a newsletter to all of our customers with a customized header (Hello Mr. Y, Mrs. X. English or French). All works well, but I do have a bit of a problem. It seems I can only send emails in raw text. The only "html" I can input is a URL that will become clickable if the customer's email client is able to "grab" the URLs from the email and make them clickable.

Is there a way to include some html code when sending an email? Something like a flash file that will be hosted on an external web server for example.

Here's my current script:

Go to Layout [ “email” (email) ] [color:red]This layout contains the email text in question

Set Variable [ $emaileng; Value:email::eng ]

Go to Layout [ “Data Entry” (test) ]

Perform Find [ Specified Find Requests: Find Records; Criteria: test::mailing: “=yes” AND test::Language: “=english” ]

[ Restore ]

Go to Record/Request/Page

[ First ]

Loop

Insert Current Date [ test::Last email date]

[ Select ]

Insert Current Time [ test::Last email time ]

[ Select ]

Go to Record/Request/Page

[ Next; Exit after last ]

End Loop

Go to Record/Request/Page

[ First ]

Loop

Send Mail [ To: test::email 1; Subject: "test"; Message: "Hello " & test::Salutations & " " &

test::firstname & " " & test::name & "," & "¶ ¶" & $emaileng ]

[ No dialog ]

Go to Record/Request/Page

[ Next; Exit after last ]

End Loop

Thanks!

To my knowledge the only method to send HTML email is by using a plug-in or some other external technology. There are several on the market including one from 360Works as well as the Dacons mail.it plug-in that we use in our fmSpark add-on module.

  • Author

Thanks for the reply.

I was hoping not to use additional plugins, but it seems that I will not have a choice.

I read that I may be able to send an html email by first using the "Export Field Contents" function to save the field as an htm(l) file and then attaching the said file to the email. This way, the email client of the recipient will display the attachment directly in the mail client. No luck as of yet though... perhaps this worked in previous versions of M$ Outlook, but it does not seem to work with Outlook 2007...

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.