On 2008-11-26, Niels Rasmussen wrote:
> Hi all
>
> I have a problem with sending mails through Gmail smpt server.
>
> everytime I'm sending a mail, mutt freezes and writes this below:
>
> Approving (LOGIN) ...Segmentation fault
>
> I have this in my .muttrc:
>
> set smtp_url='smtp://@smtp.gmail.c
I think I got it :)
This was missing in my .muttrc
folder-hook . "my_hdr From: "
--
/Niels
Registered Linux user #133791
Get counted at http://counter.li.org
Hi all
I have a problem with sending mails through Gmail smpt server.
everytime I'm sending a mail, mutt freezes and writes this below:
Approving (LOGIN) ...Segmentation fault
I have this in my .muttrc:
set smtp_url='smtp://@smtp.gmail.com:587/'
set smtp_pass=''
What is wrong here ??
/Ni