Skip to content

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

License

Notifications You must be signed in to change notification settings

jduarte98/JavaMailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages