Skip to content

guy490/auto-email-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-email-sender

This program developed for create executable file for sending automaticly few files from differenct directories to your own email.

Usage

You MUST fill the file details.txt with the existing template. The template is going to be extended but for now there is 5 options:

 email - must
 password - must
 paths - must - MUST BE FULL PATHS
 emailsubject - optional - by default it will be empty email subject
 destination - optional - by default it will be sent to the email owner
  • email and password are required for the sending email action.

  • if you dont want to enter your oun real email details you can create a fake one and enter it in 'details.txt'

  • you can create a fake one and enter it in 'details.txt', and make your own email address as destination

  • after every option must be entered a colon character : just like in the example below

The file details.txt MUST be saved NEAR the execution file.

 ~/some-folder
      execution-file.exe
      details.txt

Downloads

If you are not interested in the code you can just download the execution files. BE AWARE THAT YOU MUST CREATE details.txt file just like the above template.

LINUX OS: Download

MAC OS: Download

WINDOWS OS: Download

  • after the download you just need to create the details.txt file and click the execution file.

Example

example of details.txt file:

 email: [email protected]
 password: example-password
 paths: C:\Users\User\Desktop\FOLDER1,C:\Users\User\Desktop\FOLDER2,C:\Users\User\Desktop\FOLDER3, ...
 emailsubject: Updated CV
 destination: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published