After 3 months of using vaadin, I have created an
addon for Email for sending emails. -_-
This is an experimental version, as there is a minor flickering in the usage of grid layout. ( Not sure why )
But apart, from that, the core funtionality of sending html based email is working fine.
Have a look and drop in your comments.
I download a copy of your addon-on and have a try. Unfortunately I coundn’t pass the application.
Please see my steps below:
Set my email server and account:
email.setEmailHost(“smtp.gmail.com”);
email.setUsername(“myaccount”);
email.setPassword(“mypassword”);
email.setEmailHostPort(465);
email.setFromEmailId(“myemailaddress.gmail.com”);
Launch Tomcat, but a warning is reported:
Warning: [SetPropertiesRule]
{Server/Service/Engine/Host/Context} Setting property ‘source’ to ‘org.eclipse.jst.jee.server:email’ did not find a matching property.
Input “To address”, “Subject”, “Content” and click “Send”, the program loops in email.send() and cannot continue to the next sentence.