[pskmail] Re: Today's questions

  • From: Rein Couperus <rein@xxxxxxxxxxxx>
  • To: pskmail@xxxxxxxxxxxxx
  • Date: Thu, 10 Jan 2008 13:36:16 +0100

No, please go ahead...

Rein

> -----Ursprüngliche Nachricht-----
> Von: pskmail@xxxxxxxxxxxxx
> Gesendet: 10.01.08 12:18:57
> An: pskmail@xxxxxxxxxxxxx
> Betreff: [pskmail] Re: Today's questions


> 
> 
> Rein Couperus skrev:
> <cut/>
> > The second part is more difficult, I don't think anybody has yet tried to
> > use the gmail
> > SMTP server?
> >
> > Normally there is no problem when you use the SMTP server of your main
> > provider,
> > as most of them check the ip range.
> >
> > I have not tried the gmail server yet, but will do so after I have
> > finished soldering my
> > new receive loop preamp for use in the CQ160-CW contest :)
> >
> > If anybody can give some info on this in the mean time that would be
> > appreciated.
> >
> > 73,
> >
> > Rein PA0R
> 
> Gmail seems to use TLS authentication so it will NOT work at the moment.
> We need to add a method that authenticates using TLS, like this:
> 
> use Net::SMTP::TLS;
>  my $mailer = new Net::SMTP::TLS(
>         'your.mail.host',
>         Hello   =>      'some.host.name',
>         Port    =>      25,
>         User    =>      'emailguy',
>         Password=>      's3cr3t');
>  $mailer->mail('emailguy@xxxxxxxxxxxxxx');
>  $mailer->to('someonecool@xxxxxxxxxxxxxx');
>  $mailer->data;
>  $mailer->datasend("Sent thru TLS!");
>  $mailer->dataend;
>  $mailer->quit;
> 
> Also, we need user and password in pskmailrc.pl.
> I can write a suggestion tonight, comments before I do ?
> 
> 73 de Per, sm0rwo
> 
> 
> 

-- 
http://pa0r.blogspirit.com

Other related posts: