This is a sample program that focus on Email sending through an external Java application.
For the program to work, it needs two main Java Libraries:
- javax.mail (download here);
- javax.activation (download here);
This program is configured to use public Google SMTP settings:
- Host: stmp.gmail.com;
- Port: 495;
- Require Auth: True;
For using the program with other Email servers, please change this settings.
- This program does not provide any "privacy treatment". For that reason, be aware when using it, because your credentials will be visible on the execution console;
- For the Email protocol to work, you must have "External Applications Access" enabled in your Google Account Control Panel;
- General Program Use: João Duarte - GitHub | LinkedIn;
- Email Protocol: javaTpoint.com;