From: Baz <brian.ewins@gmail.com>
To: "Paolo Ciarrocchi" <paolo.ciarrocchi@gmail.com>
Cc: "Douglas Stockwell" <doug@11011.net>, git@vger.kernel.org
Subject: Re: gmail smtp server and git-send-mail. Is this combination working?
Date: Fri, 11 Jan 2008 12:19:16 +0000 [thread overview]
Message-ID: <2faad3050801110419h20acbda8me1cbdb4c6e06a086@mail.gmail.com> (raw)
In-Reply-To: <4d8e3fd30801101449u11aabd73mba233301df157160@mail.gmail.com>
On Jan 10, 2008 10:49 PM, Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:
> On Jan 10, 2008 4:45 AM, Douglas Stockwell <doug@11011.net> wrote:
> > Paolo Ciarrocchi wrote:
> >
> > > Well, it would be nice to add this information to the wiki, it's still
> > > mentioning
> > > that you require an external program for supporting the TLS connection.
> > > I'll do that when I'll get my box working with the configuration you suggested,
> > >
> > > What I'm getting at the moment is:
> > > paolo@paolo-desktop:~/git$ git-send-email -compose -to
> > > paolo.ciarrocchi@gmail.com /home/paolo/Desktop/patch/
> > > snip
> > > snip
> > > Can't locate Net/SMTP/SSL.pm in @INC (@INC contains:
> >
> > As indicated, the module you need is Net::SMTP::SSL, if there is no
> > package for ubuntu, you can install it using CPAN:
> >
> > perl -MCPAN -e 'install Net::SMTP::SSL'
>
> I'm now getting:
> Unable to initialize SMTP properly. Is there something wrong with
> your config? at /home/paolo/bin/git-send-email line 638.
You also need to have Authen::SASL installed. Do you have that? As I
recall I needed to edit the code to even see that error.
With Authen::SASL and Net::SMTP::SSL, you can get 1 patch at a time in
via gmail. The alternative connection mode which git-send-email
doesn't support yet is to connect over smtp then negotiate TLS using
'STARTTLS'. If you do this then you can send multiple patches via
gmail with a single call to git-send-email.
There was a patch offered a while back from Simon Sasburg to add
starttls support to git-send-email. At the time I questioned it but I
hadn't seen the 1-patch-at-a-time limit then. Thread:
http://kerneltrap.org/mailarchive/git/2007/10/31/373400
(nb the key thing added by this patch is starttls, not tls)
>
> I tried to get help on #git but I failed, it looks like other people
> are getting the same error.
Hope this helps,
Baz
>
> Ciao,
> --
> Paolo
> http://paolo.ciarrocchi.googlepages.com/
> -
>
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2008-01-11 12:19 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-08 16:58 gmail smtp server and git-send-mail. Is this combination working? Paolo Ciarrocchi
2008-01-08 18:16 ` Jason Sewall
2008-01-08 18:25 ` Pascal Obry
2008-01-09 3:12 ` Imran M Yousuf
2008-01-09 4:06 ` Douglas Stockwell
2008-01-09 23:09 ` Paolo Ciarrocchi
2008-01-10 3:45 ` Douglas Stockwell
2008-01-10 11:13 ` Paolo Ciarrocchi
2008-01-10 22:49 ` Paolo Ciarrocchi
2008-01-11 12:19 ` Baz [this message]
2008-01-11 16:36 ` Douglas Stockwell
2008-01-11 17:22 ` Baz
2008-02-24 21:42 ` Paolo Ciarrocchi
2008-01-10 11:17 ` Paolo Ciarrocchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2faad3050801110419h20acbda8me1cbdb4c6e06a086@mail.gmail.com \
--to=brian.ewins@gmail.com \
--cc=doug@11011.net \
--cc=git@vger.kernel.org \
--cc=paolo.ciarrocchi@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).