[Wtr-general] how to test e-mail applications
Daniel Browne
browne.daniel at gmail.com
Wed Jun 14 14:12:37 EDT 2006
In case anyone is interested, you can use Net::POP3 to access mail on
a MS Exchange Server, e.g:
pop = Net::POP3.new('my_mail.server.com')
pop.start('my_windows_domain/my_windows_username/my_mailbox', 'mypassword')
>From what I have read, the mailbox tends to be the same as the windows
username. It worked for me anyway.
Cheers,
Daniel.
On 14/06/06, Zeljko Filipin <zeljko.filipin at gmail.com> wrote:
> No, pop only. Good luck with MS Exchange Server! :)
>
>
> On 6/14/06, Daniel Browne <browne.daniel at gmail.com> wrote:
> > I don't suppose you have had any
> > experience using "Net::POPMail" to connect to an MS Exchange Server?
> >
>
>
> _______________________________________________
> Wtr-general mailing list
> Wtr-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
>
>
More information about the Wtr-general
mailing list