By ussing SpoofMailer you can send unlimited spoof email or make your own mailing server API
Project description
# SpoofMailer
This is a python pip module that is use for sending spoof mail without need to create any server. Or you can create your own email API.
## Step 1 :-
```
import SpoofMailer as sp
```
## Step 2 :-
```
sp.set_sender_name("Name")
```
## Step 3 :-
```
sp.set_sender_email("email@example.com")
```
## Step 4 :-
```
sp.set_receiver_email("receviver@example.com")
```
## Step 5 :-
```
sp.set_subject("Subject of the mail")
```
## Step 6 :-
```
sp.set_body("Body of the email")
```
## Final step
```
rq = sp.send()
if ( rq == 200 ):
print("Mail sent!")
else:
print("Error :"+rq)
```
Your mail was successfully sent!
Don't use this service for illegal purpose. **We are not responsible for your crimes**.
[@DipankerShah](https://www.facebook.com/dipankar.shah.5)
Contact me
This is a python pip module that is use for sending spoof mail without need to create any server. Or you can create your own email API.
## Step 1 :-
```
import SpoofMailer as sp
```
## Step 2 :-
```
sp.set_sender_name("Name")
```
## Step 3 :-
```
sp.set_sender_email("email@example.com")
```
## Step 4 :-
```
sp.set_receiver_email("receviver@example.com")
```
## Step 5 :-
```
sp.set_subject("Subject of the mail")
```
## Step 6 :-
```
sp.set_body("Body of the email")
```
## Final step
```
rq = sp.send()
if ( rq == 200 ):
print("Mail sent!")
else:
print("Error :"+rq)
```
Your mail was successfully sent!
Don't use this service for illegal purpose. **We are not responsible for your crimes**.
[@DipankerShah](https://www.facebook.com/dipankar.shah.5)
Contact me
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SpoofMailer-1.0.0.tar.gz
(1.9 kB
view details)
Built Distribution
File details
Details for the file SpoofMailer-1.0.0.tar.gz
.
File metadata
- Download URL: SpoofMailer-1.0.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
355db164c1ce00b0c35f932bbca38ac26c2d654abc6764658e6f0b331ad49344
|
|
MD5 |
09011540c905d7337a04dbb18e097801
|
|
BLAKE2b-256 |
becd7d8c3c60706c2807c007e1878e1e62704972ed93e12466c677768f610a4f
|
File details
Details for the file SpoofMailer-1.0.0-py2-none-any.whl
.
File metadata
- Download URL: SpoofMailer-1.0.0-py2-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ffba9b0cfe3b2f731e19c2b1a4511254fbad846742b042c1aa50dce5e760324b
|
|
MD5 |
958a1ef7f4a3556a2c708079f59da287
|
|
BLAKE2b-256 |
490c7dab5aa0eac0126652c270f357dc66f588b9d8bf1d9c77ab827694d6aaff
|