Skip to content

Hotmansifu/AutomatedEmailSender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

AutomatedEmailSender

AutomatedEmailSender is a Python script that automatically sends an email to a recipient using the Simple Mail Transfer Protocol (SMTP).

Usage

To use the script, follow these steps:

  1. Clone the repository:
  1. Open the main.py file in a text editor.

  2. Modify the variables at the top of the file to specify your email server, sender email address, recipient email address, subject, and message.

  3. Save the file.

  4. Run the script: python main.py

The script will send the email using the settings you specified.

Dependencies

The script requires the following Python modules:

  • smtplib
  • ssl

These modules are included in the standard Python library and should not require installation.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Languages