Email Sender

With this tool you're able to send emails within seconds to mass entry email raffles like Offspring is doing sometimes.

{
    "RecieverEmail": "[email protected]",
    "Caption": "This is a test",
    "EmailText": "This is the Text of the test",
    "Delay": "5"
}

Description

RecieverEmail

Email address you want to send the email to.

Caption

Caption of your email.

EmailText

Text/message of your email.

Delay

Delay between sending each email.

You can add 5 different variables (XXX, YYY, ZZZ, AAA, BBB). You write the Value of all variables into the tasks.csv of the Email Sender. Double space will act as enter.

Description

Email

Email address you are sending from

Password

Password of this email (with which you log into your mail programme)

SMTPLink

SMTP Server in the chart below or on this link

SMTPPort

One of the given SMTP Ports in the chart below or on this link (just the number)

XXX, YYY, ZZZ...

Examples are given below.

just a selection go to the real website

Example:

{
    "RecieverEmail": "[email protected]",
    "Caption": "Raffle registration for ZZZ",
    "EmailText": "Hello,  I want to sign up for the ZZZ Raffle for size USXXX.  Please ship to YYY",
    "Delay": "5"
}

The combination of tasks.csv and config.json will send this email :

From: [email protected] To: [email protected]

Raffle registration for Nike x NeoRaffle Jordan1

Hello, I want to sign up for the Nike x NeoRaffle Jordan1 Raffle for size US12. Please ship to TestStreet.

Last updated

Was this helpful?