[Wtr-general] Send email from Watir script
Richard Conroy
richard.conroy at gmail.com
Fri Feb 9 09:17:06 EST 2007
On 2/9/07, Paul Rogers <paul.rogers at shaw.ca> wrote:
>
>
> there is also a gmail library for ruby which is really easy to use
>
> I think its called gmailer or ruby-gmailer
In addition to the SMTP & Gmailer Ruby options, there is also
a Ruby POP3 library (built-in IIRC) and possibly even an IMAP
one.
In practical use, we find having the test system as turnkey as
possible is ideal - so no reliance on any additional 3rd party
libraries is a good thing, you want the testbed system to be
as easy to use as possible. So use the built in Ruby capabilities.
Mail can sometimes get swallowed depending on how your
mail servers are configured. Always remember to save the report
first.
More information about the Wtr-general
mailing list