Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.44 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.44 KB

JavaMailer

This is a sample program that focus on Email sending through an external Java application.

Needed Dependencies

For the program to work, it needs two main Java Libraries:

Email Server

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.

Important Warnings

  • 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;

Usage Snapshots

Login and Send Email

Login and Send Email

Message Sent and Exit

Message Sent and Exit

Author