Wednesday, April 14, 2010

Web Proxy Checker Pro 1.7.3 released

Download Web Proxy Checker Now

Improvements/Bugfixes

[+] Customizable SMTP Commands.



Macroses

%PROXY_HOST% - proxy_host part of the proxy
    (format of proxies: proxy_host:proxy_port).
%FROM_EMAIL% - source email address (random line from "FROM Emails" list)
%FROM_DOMAIN% - domain of the source email address.
%TO_EMAIL% - target email address (random line from "TO Emails" list).
%TO_DOMAIN% - domain of the target email address.
%EMAIL_DATE% - current date and time.
%RN10% - 10-digit random number.
%SUBJECT% - subject of the test email message (random line from "Subjects" list).
%BODY% - body of the test email message (random line from "Bodies" list).

Default SMTP Commands for delivery check

HELO %FROM_DOMAIN%
MAIL FROM:<%FROM_EMAIL%>
RCPT TO:<%TO_EMAIL%>
DATA
Date: %EMAIL_DATE%
From: %FROM_EMAIL%
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-Priority: 3 (Normal)
Message-ID: <%RN10%.%DATETIME%@%FROM_DOMAIN%>
To: %TO_EMAIL%
Subject: %SUBJECT%
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

%BODY%

.
RSET
QUIT

No comments:

Post a Comment