Email Component
This is an email form
User can send email using this form. multiple attachements is possible, no size limit yet. removal of attaced doc is also possible. Html based rich text could be sent using this component.
Sample code
public class EmailApplication extends Application { @Override public void init() { Window mainWindow = new Window("Email Application"); VerticalLayout layout = (VerticalLayout) mainWindow.getContent(); Email email = new Email(this); email.setEmailHost("set your host"); email.setUsername("set your username"); email.setPassword("set your password"); // email.setCaptionTo("ToCaptionInAnyLanguage"); //set the captions // email.setCaptionBcc("BccCaptionInAnyLanguage"); // email.setCaptionUploadButton("UploadCaptionInAnyLanguage"); layout.addComponent(email); setMainWindow(mainWindow); } }
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
no changes from 1.0.1. added the war file. rename the zip to war. contains all the required dependency.
- Released
- 2010-05-12
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 6.0+
- Browser
- N/A
Email Component - Vaadin Add-on Directory
This is an email formUser can send email using this form. multiple attachements is possible, no size limit yet.
removal of attaced doc is also possible. Html based rich text could be sent using this component.
Email Component version 1.0.1
null
Email Component version 1.0.2
no changes from 1.0.1. added the war file. rename the zip to war. contains all the required dependency.