Željko Filipin's Blog on Software and Testing

Test like you do not need the money.

Testing E-mail: Tools

with one comment

Lately I have been testing e-mail functionality of one application. In the beginning I though that I would write two or three posts about that experience. Now I think there will be more, but not much more. I prefer more shorter articles that two or three longer ones. I am all about little steps, as you will shortly see.

This is the third article. Last week I wrote a little introduction and how to install SMTP server.

As I wrote the last year, when testing e-mail, I am using Ruby and this Ruby libraries:

  • receive e-mail – Net::POP3
  • send e-mail – Net::SMTP
  • create (before sending) and parse e-mail (after receiving) – TMail

Written by Željko Filipin

January 22nd, 2007 at 7:09 pm

Posted in E-mail

One Response to 'Testing E-mail: Tools'

Subscribe to comments with RSS or TrackBack to 'Testing E-mail: Tools'.

  1. Testing E-mail: Lessons Learned

    Lately I have been testing e-mail functionality of one application.This is the fourth post about that experience. Last week I wrote about tools I use for e-mail testing.
    I suggest that you start with little steps, and I mean really little steps.
    I assu…

Leave a Reply