Sferyx JSyndrome HTML Editor Component EditionSend Email from the Java HTML Editor as Multipart MIME Message
Create easily rich text emails with embedded images by opening or
importing Docx files, Drag & Drop Images, Copy & Paste.
|
Since version 18.0 of the Sferyx JSyndrome HTML Editor there is a new method for sending e-mails directly from the editor - Now is possible to send the entire content of the editor via e-mail instantly including all images and formatting with a single method call:
htmlEditor.sendEntireContentAsEmailMessage("smtp.your_host.com", 25, "info@some_host.com", "somebody@other_host.com", "Another info request");
The method definition is as follows:
public boolean sendEntireContentAsEmailMessage(String mailHost, int port, String from, String to, String subject) - Sends as an e-mail the entire content of the editor including all images, formatting etc. as multipart mime message via the given SMTP mail server and port using the "from" address as sender, "to" as recipient and "subject" as subject of the message. The message will be sent using the SMTP protocol and will return true if the e-mail has been sent successfully, false in case of error.
Example screenshot of complex e-mail message created in the Sferyx HTML Editor by importing Microsoft Word .docx file, saved as .eml message file and opened with Microsoft Outlook:
All Sferyx products are assured with continuous e-mail support. With the retail products is included in the price 30 days startup support. Additionally, you can purchase annual support subscription tickets from our web store.
Sferyx offers also a wide range of customization services for its products in order to satisfy any customer requirement. We can adapt our products to fit the customer needs and any kind of integration requirements. We execute also express developments, customization under request, development of new features on demand. You can request a quote at sales@sferyx.com or support@sferyx.com indicating your requirements and the terms of delivery.