Menu

DnsMail / News: Recent posts

DnsMail 0.5 (send email without defining a smtp server)

DnsMail 0.5 released.

A project written in C# sends email without defining a smtp server.
It queries dns servers for the MaileXchange records and sends them directly,
so, there is no need to define a smtp server.
It supports complete SMTP and SSL protocols.

NOTES:

If you want to use SSL protocol while sending email,
download and install openssl libraries here:
http://www.slproweb.com/products/Win32OpenSSL.html... read more

Posted by Ethem Evlice 2006-12-07

DnsMail 0.4 (send email without smtp server)

DnsMail 0.4 released.

DnsMail is a project written in C# sends email without smtp server.
It queries dns server for mx records and sends them.
It supports complete SMTP and SSL protocols.

NOTES:
If you want to use SSL protocol while sending email,
download and install openssl libraries here:
http://www.slproweb.com/products/Win32OpenSSL.html

CHANGES:

0.4

* MIME.QPEncode optimised.
* SmtpStream removed, new SmtpClient derived from TcpStream added.
New class handles normal and ssl connections automatically.
* Authenticated and SentHandler converted to EventHandler.
* Mail header creation moved to MailInfo.ToString(to,count)
* Coding art. tabs, spaces, etc... :)... read more

Posted by Ethem Evlice 2006-08-15

DnsMail 0.3 released

Notes:
If you want to use SSL protocol while sending email,
download and install openssl libraries here:
http://www.slproweb.com/products/Win32OpenSSL.html

Changes:
DnsMail 0.3 released.

DnsMail is a project written in C# sends email without smtp server.
It queries dns server for mx records and sends them.
It supports complete SMTP and SSL protocols.

CHANGES

0.3

* LocalPoint property added to DnsMail client.
This specifies the local endpoint if yor computer is firewalled.
* QPEncode optimised.
* MxRecord converted to structure to call fast and added new operators(+,-).
Sample: MxRecord += IPAddress means it adds ipaddress to mxrecord.
* OpensslStream class removed and new SmtpStream class derived from NetworkStream added.
New class handles normal and ssl connections automatically.... read more

Posted by Ethem Evlice 2006-08-04

DnsMail 0.2.0.1 release

DnsMail 0.2.0.1 released.

A project written in C# sends email without smtp server. It queries dns server for mx records and sends them. It supports complete SMTP and SSL protocols.

Get it today at http://dnsmail.sourceforge.net/

Posted by Ethem Evlice 2006-06-05