Skip to content

Releases: jduarte98/JavaMailer

JavaMailer

06 May 11:53
91273a1
Compare
Choose a tag to compare

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