You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we want to send information E-mails to administrators under certain conditions it is necessary to know what data is required to do so (outbox configuration).
One simple way is the JavaMail API and the Java Activation Framework (JAF).
Task: Create a little example program to know what data is exactly needed. The demo program should work (depending on configuration) with different mail providers (gmail, Googlemail, web.de, etc.).
The text was updated successfully, but these errors were encountered:
Please note: If we use the JavaMail API we have to license under GNU GPL!
The reason for this is, that the JavaMail API is licensed under Common Development and Distribution License (CDDL) v1.1 and GNU General Public License (GPL) v2 with Classpath Exception (see http://glassfish.java.net/public/CDDL+GPL_1_1.html for the full license text).
As we want to send information E-mails to administrators under certain conditions it is necessary to know what data is required to do so (outbox configuration).
One simple way is the JavaMail API and the Java Activation Framework (JAF).
Task: Create a little example program to know what data is exactly needed. The demo program should work (depending on configuration) with different mail providers (gmail, Googlemail, web.de, etc.).
The text was updated successfully, but these errors were encountered: