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.

Send Email with Full Name

Featured Replies

In FM11 running under Mac OS X 10.8.5, using an email address as follows:
Quote("John Smith <[email protected]>")

Would properly format the email in Apple Mail.

 

 

I recently upgraded my mac (to 10.9.4) and filemaker (to FMP 13) and now this technique is failing.

 

Is there a way to do this in FMP13 and have it work?

  • 2 weeks later...
  • Author

More info:

 

In FM13, the following address format works (in that, the email is actually sent):

 

"John Smith <[email protected]>"

 

However, only the email address is kept, the "real name" part is lost.

 

Is anyone else running into this issue?

  • 2 months later...
  • Author

I have found a workaround that involves Applescript.   The relevant Applescript commands look like this:

" set eMail to make new outgoing message with properties " &"  { " &
"    subject:" & Quote($subject) & ", " &
"    content:" & Quote($bodyFormatted) & ",  " &
"    visible:true " &
"  } ¶ " &
" repeat with toPerson in toList ¶" &
"    tell eMail ¶" &
"      set eName to extract name from toPerson ¶" &
"      set eAddress to extract address from toPerson ¶" &
"      make new to recipient at end of to recipients with properties { name: eName, address : eAddress} ¶" &
"    end tell ¶" &
"  end repeat ¶" &

which uses the "extract name from" and "extract address from" which are handy applescript functions to convert something like this:

"Real Name <[email protected]>"

to 

name = Real Name
address = [email protected]

I just finished converting a VERY LARGE solution from FM11 to FM13, and this email problem was actually the biggest glitch I found.    

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

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.