Code Monkey home page Code Monkey logo

warmer's Introduction

Warmer

Selenium-based Python script to automate sending emails to warm up your sender reputation and improve email deliverability

Why warm up?

  • One of the factors spam filters reject emails from new tenants is a filtering technique known as graylisting: When new senders appear, they're treated more suspiciously than senders with a previously-established history of sending email messages (think of it as a probation period). More on this here

Supported Email Providers

  • Outlook/Office365

Blog Post

Requirements

To run the script, you need to install the required Python packages. You can install these packages using pip:

pip3 install -r requirements.txt

Usage

To warmup an account by sending 5 emails to a single target, use the following command format:

python3 Warmer.py -u <Email ID to Warmup> -p <Password> -T <[email protected]> -m 3 -x 5

To warmup an account against a list of targets from a file, use the following command format:

python3 Warmer.py -u <Email ID to Warmup> -p <Password> -t <send_to_list.txt> -m 1

Command Line Arguments

The script supports the following command line arguments:

-h, --help:  Show this help message and exit
-u: Sender Outlook Email ID
-p: Sender Outlook Email Password
-T: Single Target Email ID
-t: Multiple Targets from Wordlist
-x: No. of Emails to Send (applicable only for single targets)
-m: Email Content Mode [ 1, 2, 3] where 1 = Gibberish sentence, 2 = AI-Generated, 3 = Randomly choose from pre-defined templates

warmer's People

Contributors

wkl-sec avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.