/a00n50-sender

A00N50 Email Sender

Primary LanguagePython

A00N50 Sender

A Python script for sending emails.It provides a simple and straightforward way to automate email sending tasks


Installation

  1. Clone the repository git clone https://github.com/Ay0ubN0uri/a00n50-sender.git
  2. Navigate to the project directory cd a00n50-sender
  3. Install the required dependencies pip install -r requirements.txt
    1. Open the /config/email-config.yaml file and provide the necessary configuration details, such as sender email, SMTP server information, and other settings.
  4. Add your list of email in /assets/maillist/hot.txt
  5. Customize the email content by editing the /assets/letter/index.html file.
  6. Run the script python a00n50.py