Skip to content

Mail sending Java app with " Fine GUI and feature of attaching Files " created with help of Mail and 2 other java API's [21/08/2020]

Notifications You must be signed in to change notification settings

thesumitsuryawanshi/Air-Mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Air-Mail

  • Prerequisite

     - To execute this java file on Linux System :  
                "javac -cp new_mail_api.jar:activation.jar:additional.jar:. AirMail.java"
                " java -cp new_mail_api.jar:activation.jar:additional.jar:. AirMail"
                
     - To execute this java file on Windows System :  
                "javac -cp new_mail_api.jar;activation.jar;additional.jar;. AirMail.java"
                " java -cp new_mail_api.jar;activation.jar;additional.jar;. AirMail"   
                
     - Ensure that you have allowed Mails from less secured apps on your Receivers Mail-Id. 
       if not turn ON  from this link  (https://myaccount.google.com/lesssecureapps)
     - Stable Internet Connection
    
  • Java Air~Mail App that does the following operations:

      - Sending mails from Gmail Service's
    
      - Able to Send mail to any Mail Service Provider(eg. Yahoo,Outlook,Zoho)
          
      - Attachng files
    
      - Adding Multiple paragraphs
    
      - Automatically , Clear's  Subject, File added , Heart , Recipients  Mail-id  fields.
    

APPLICATION DEVELOPED BY :

    -  JAVA lang.

    -  Mail , Actiavtional , Additional (API's)

    -  Netbeans (IDE)

GUI :

enter-details

attach-file

mail-received

About

Mail sending Java app with " Fine GUI and feature of attaching Files " created with help of Mail and 2 other java API's [21/08/2020]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages