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 (HTML-Formatted)

Featured Replies

  • Newbies

hello, sorry for my english. I do not understand this error message:
 

com.sun.mail.smtp.SMTPSendFailedException: 550 5.1.0 rqh41l01F0GUpSf01qh5vg authentication failed

 

 

Parameters:

{[email protected], [email protected], subject=Prova invio mail html formated, htmlBody=I'm testing the <em>Sending Email <strong>HTML-Formatted</strong></em> utility for <a href="http://360works.com/scriptmaster">ScriptMaster</a>. Works great!, smtpHost=smtp.iproduct.it}

 

---Script---

Script:

import javax.mail.*;

import javax.mail.internet.*;

 

Properties props = new Properties();

props.setProperty("mail.smtp.host", smtpHost);

 

MimeMessage msg = new MimeMessage(Session.getInstance(props));

msg.setContent(htmlBody, "text/html");

msg.setSubject(subject);

msg.setFrom(new InternetAddress(from));

msg.setRecipient(Message.RecipientType.TO, new InternetAddress(to));

Transport.send(msg);

return true;

 
 
FM 10 Adv with 360 4

post-103795-0-29791800-1371998726_thumb.

  • Author
  • Newbies

filemaker old file (2012) I had used variables with user and password. Now the plugin does not work. for this reason I have made ​​some tests with the new SCRIPTMASTER, but here I can not find fields for username and password.

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.