Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorgebg/mtadrop

Sends an email to a single recipient straight to his MTA
https://github.com/jorgebg/mtadrop

Last synced: about 2 months ago
JSON representation

Sends an email to a single recipient straight to his MTA

Awesome Lists containing this project

README

        

# MTA Drop
Sends an email to a **single recipient** straight to his MTA.
Looks up for the MX DNS records of the recipient SMTP server and attempts the delivery through them.

## Requirements
* PHP 5.5.9-1

## Install
Just download and give it execution permissions:
```
curl -o ./mtadrop https://raw.githubusercontent.com/jorgebg/mtadrop/master/mtadrop && chmod +x ./mtadrop
```

## Usage
```
usage: mtadrop [-fSENDER] [-mMESSAGE] RECIPIENT [SUBJECT]
```

## Examples
```
./mtadrop [email protected]
./mtadrop [email protected] "To infinity..."
./mtadrop -f"[email protected]" [email protected] "To infinity..."
./mtadrop -m"...and beyond!" [email protected] "To infinity..."
```