Problem with SMTP

This is a discussion on Problem with SMTP within the Pine forums in Other Technologies category; Hi, When I try to send an email via Alpine, the following error message apears: "Mail not Sent. Sending error: 421 SMTP Connection Broken (message data). The email account is provided by gmail, Imap is working correctly (I can see, read, and delete my messages). my SMTP configuration in the pinerc file is the following: # List of SMTP servers for sending mail. If blank: Unix Alpine uses sendmail. smtp-server=smtp.gmail.com:587/tls Anyone knows a way to solve this problem? I've googled a lot, and found nothing relevant. Thanks for your help....

Go Back   Application Development Forum > Other Technologies > Pine

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-02-2008, 03:29 PM
fabioandre.domingos@gmail.com
Guest
 
Default Problem with SMTP

Hi,

When I try to send an email via Alpine, the following error message
apears:
"Mail not Sent. Sending error: 421 SMTP Connection Broken (message
data).

The email account is provided by gmail, Imap is working correctly (I
can see, read, and delete my messages).

my SMTP configuration in the pinerc file is the following:

# List of SMTP servers for sending mail. If blank: Unix Alpine uses
sendmail.
smtp-server=smtp.gmail.com:587/tls

Anyone knows a way to solve this problem? I've googled a lot, and
found nothing relevant.

Thanks for your help.



Reply With Quote
  #2  
Old 08-02-2008, 04:32 PM
Niklaus Kuehnis
Guest
 
Default Re: Problem with SMTP

fabioandre.domingos@gmail.com wrote:
> Hi,


> When I try to send an email via Alpine, the following error message
> apears:
> "Mail not Sent. Sending error: 421 SMTP Connection Broken (message
> data).


> The email account is provided by gmail, Imap is working correctly (I
> can see, read, and delete my messages).


> my SMTP configuration in the pinerc file is the following:


> # List of SMTP servers for sending mail. If blank: Unix Alpine uses
> sendmail.
> smtp-server=smtp.gmail.com:587/tls


I think you need to provide a username: ... /user=username/ ...

--
Niklaus

Reply With Quote
  #3  
Old 08-03-2008, 05:22 AM
Nicolas KOWALSKI
Guest
 
Default Re: Problem with SMTP

fabioandre.domingos@gmail.com wrote:
> Hi,


Hello,

> When I try to send an email via Alpine, the following error message
> apears: "Mail not Sent. Sending error: 421 SMTP Connection Broken
> (message data).
>
> smtp-server=smtp.gmail.com:587/tls


I use the following:

smtp-server=smtp.gmail.com/ssl/user=myusername

--
Nicolas
Reply With Quote
  #4  
Old 08-03-2008, 08:52 AM
fabioandre.domingos@gmail.com
Guest
 
Default Re: Problem with SMTP

Thanks for your help, but after changing the smtp server address to
smtp-server=smtp.gmail.com/ssl/user=fabioandre.domingos , the problem
persists.
Reply With Quote
  #5  
Old 08-03-2008, 09:00 AM
Niklaus Kuehnis
Guest
 
Default Re: Problem with SMTP

fabioandre.domingos@gmail.com wrote:
> Thanks for your help, but after changing the smtp server address to
> smtp-server=smtp.gmail.com/ssl/user=fabioandre.domingos , the problem
> persists.


Have you tried with the full e-mail address as the username?

--
Niklaus
Reply With Quote
  #6  
Old 08-03-2008, 02:57 PM
fabioandre.domingos@gmail.com
Guest
 
Default Re: Problem with SMTP

On Aug 3, 2:00*pm, Niklaus Kuehnis <kuehnik_0...@gmx-topmail.de>
wrote:
> fabioandre.domin...@gmail.com wrote:
> > Thanks for your help, but after changing the smtp server address to
> > smtp-server=smtp.gmail.com/ssl/user=fabioandre.domingos , the problem
> > persists.

>
> Have you tried with the full e-mail address as the username?
>
> --
> Niklaus


Thanks for your help, but after changing it to my full email address,
it keeps showing the error message.
Reply With Quote
  #7  
Old 08-03-2008, 05:23 PM
Eduardo Chappa
Guest
 
Default Re: Problem with SMTP

On Sun, 3 Aug 2008, fabioandre.domingos@gmail.com wrote:

> > Thanks for your help, but after changing the smtp server address to
> > smtp-server=smtp.gmail.com/ssl/user=fabioandre.domingos , the
> > problem persists.
>
> Have you tried with the full e-mail address as the username?

Try
smtp-server=smtp.gmail.com/user=fabiondre.domingos@gmail.com/tls/submit

--
Eduardo
http://staff.washington.edu/chappa/alpine/
Reply With Quote
  #8  
Old 08-04-2008, 08:15 AM
fabioandre.domingos@gmail.com
Guest
 
Default Re: Problem with SMTP

On Aug 3, 10:23*pm, Eduardo Chappa <cha...@u.washington.edu> wrote:
> On Sun, 3 Aug 2008, fabioandre.domin...@gmail.com wrote:
>
> > > Thanks for your help, but after changing the smtp server address to
> > > smtp-server=smtp.gmail.com/ssl/user=fabioandre.domingos , the
> > > problem persists.
> >
> > Have you tried with the full e-mail address as the username?
>
> Try
> smtp-server=smtp.gmail.com/user=fabiondre.domin...@gmail.com/tls/submit
>
> --
> Eduardohttp://staff.washington.edu/chappa/alpine/


Thanks Eduardo, but it keeps showing the error message.
After trying in another computer of my network with the same config,
it worked, so it's my computer's fault.
I think that it's because of the Operating System (my computer has
Windows Vista, and the other that I've tried has Windows XP).
Anyways, I will reinstall Alpine to see if it solves the problem.

Thanks a lot for your help everybody.
Fábio Domingos.
Reply With Quote
  #9  
Old 09-22-2008, 07:52 PM
fabioandre.domingos@gmail.com
Guest
 
Default Re: Problem with SMTP

Hi Again,

After trying in 2 computers with Windows Vista, it shows the error
message that I've said before("Mail not Sent. Sending error: 421 SMTP
Connection Broken
> (message data).), so I think that there is a compatibility issue with theWindows Vista operating System, I've tried in other Operating Systems and it works correctly.


Thanks again for your help

Fábio Domingos
Reply With Quote
  #10  
Old 09-22-2008, 11:51 PM
Mark Crispin
Guest
 
Default Re: Problem with SMTP

I can assure you that Alpine's SMTP code works fine with Windows Vista. I
wrote that code, and have used it on Vista for nearly two years.

I suspect that your problem is due to some anti-virus program which is
intercepting your outgoing SMTP traffic. Try disabling that function in
your anti-virus program.

On Mon, 22 Sep 2008, fabioandre.domingos@gmail.com posted:
> Hi Again,
>
> After trying in 2 computers with Windows Vista, it shows the error
> message that I've said before("Mail not Sent. Sending error: 421 SMTP
> Connection Broken (message data).), so I think that there is a
> compatibility issue with the Windows Vista operating System, I've tried
> in other Operating Systems and it works correctly.
>
> Thanks again for your help
>
> Fábio Domingos
>


-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 10:31 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.