By trying to send mail with yahoo smtp, i got " connexion lost" What to do?

since firefox 3.04, it is impossible to send mails via Yahoo smtp servor : error message "connexion lost"
== This happened ==
Every time Firefox opened
== urgrading

I changed the connection security in Thunderbird from SSL/TLS to STARTTLS for the Yahoo SMTP account and I can now send mails without problem with the Eset IMAP checking enabled. Problem solved. Thank you

Similar Messages

  • HT4519 can't send mail with yahoo in wifi mode

    can't send mail with yahoo in wifi mode only
    I receive this message ' appl.smtp.mail.yahoo.com' expired
    I have deleted my account and recreated. Same problem

    Nevermind...used my isp's outgoing mail server and it worked...
    -Ed

  • Succes sending mail with yahoo stmp server =) but still more questions

    why i can not instantiate an Authenticator object with new, i have to do this:
    Authenticator object= new Authenticator(){ code...}
    or create a new class extends from Authenticator, how does authenticator works or why it doesnt have methods or constructors :s...

    hi echo, bshannon
    thanks for your helps.
    first to echo : i have tried with yahoo.
    ihave registered by yahoo and i have used the code below :
    private String host="smtp.mail.yahoo.de";
    Properties properties = System.getProperties();
    properties.put("mail.smtp.host", host);
    //properties.put("mail.smtp.port", 587);
    Transport tr = session.getTransport("smtp");
    tr.connect(host, username, password);
    in last line i get en error : "530 authentication required - for help go to http://help.yahoo.com/help/us/mail/pop/pop-11.html"
    i have check this out and i tried to make it with port 587 like above. but it doesn't go :( i use norton antivirus and disabed the checking outgoing email too but still not working!!
    do i make a mistake?? how can it be so difficult to send a mail !!!
    second to : BSHANNON
    i have tried it with my own smtp server namely "1st smtp server"
    than it didnt work. how can i set the message ID and what should i write as message iD
    thanks again

  • Sending mail with new SMTP server

    I recently switched from a tel.internet provider to COMCAST cable.
    I want to use my MAIL program, but each time I try to send mail, a box appears on my screen showing my old provider. I then have to click and the mail goes out.
    I have reset my COMCAST settings properly. COMCAST says it is a Apple computer setting problem. What steps do I have to take to get my MAIL to work properly?

    Thank you VERY much for your reply.
    The message that appears when I send something is:
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    MESSAGE delivery failed.
    The sender address [email protected] was rejected by the server.
    The server response was: 5.1.0 Authentication required.
    You can try to send using a different server. All messages will use this server until you quit or change your network settings.
    Send message using: smtp.gis net
    smtp.mac.com
    Edit Message Use Selected Served Try Again Later
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    Later today I will try to follow the procedure you suggested and post a reply.
    F.Y.I., I previously changed the settings needed by my previous server to ones required by Comcast.

  • Can't Send Mail with Yahoo POP

    Using mail program off of Panther and can recieve mail but can't send it. The error message I get is:
    "This message could not be delivered and will remain in your Outbox until it can be delivered.
    The sender address (my email address) was rejected by the server."
    I contacted yahoo and they said it was a problem with the apple mail client configuration.
    Please help!
    Thanks,
    Ed

    Nevermind...used my isp's outgoing mail server and it worked...
    -Ed

  • TS3276 I'M unable to send mail with yahoo and gmail accounts. any clues why? any help?

    Need help with MacPro mail and sending email currently not functioning.

    Troubleshooting sending and receiving email messages
    Troubleshooting sending email messages

  • Sending mail with authentication

    Dear All,
    I am trying to send mail with authentication. My Mail server requires username and password while sending mails from Netscape.
    But when I am sending mail through java mail api, I can send email with wrong username and password.
    Actually when I enable debug, I am getting the following prints.
    DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
    DEBUG: SMTPTransport trying to connect to host "vkarthik.net.com", port 25
    DEBUG SMTP RCVD: 220 vkarthik.net.com ESMTP Sendmail 8.12.5/8.12.5; Thu, 8 Jan 2004 21:04:59 +0530
    DEBUG SMTP SENT: helo saravanakumar.net.com
    DEBUG SMTP RCVD: 250 vkarthik.net.com Hello saravanakumar [192.168.4.50], pleased to meet you
    DEBUG: SMTPTransport connected to host "vkarthik.net.com", port: 25
    DEBUG SMTP SENT: NOOP
    DEBUG SMTP RCVD: 250 2.0.0 OK
    DEBUG SMTP SENT: mail from: <[email protected]>
    DEBUG SMTP RCVD: 250 2.1.0 <[email protected]>... Sender ok
    DEBUG SMTP SENT: rcpt to: <vkarthik>
    DEBUG SMTP RCVD: 250 2.1.5 <vkarthik>... Recipient ok
    Verified Addresses
    vkarthik
    DEBUG SMTP SENT: data
    DEBUG SMTP RCVD: 354 Enter mail, end with "." on a line by itself
    DEBUG SMTP SENT:
    DEBUG SMTP RCVD: 250 2.0.0 i08FYxbY017757 Message accepted for delivery
    I set mail.smtp.auth as true correctly.
    When I browse through this forum I found that authentication is performed If we get debug prints as follows.
    DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
    DEBUG SMTP: useEhlo true, useAuth true
    DEBUG: SMTPTransport trying to connect to host "smtp.mail.yahoo.com", port 25
    DEBUG SMTP RCVD: 220 smtp011.mail.yahoo.com ESMTP
    DEBUG: SMTPTransport connected to host "smtp.mail.yahoo.com", port: 25
    DEBUG SMTP SENT: EHLO wva24-d9kzst01
    DEBUG SMTP RCVD: 250-smtp011.mail.yahoo.com
    250-AUTH=LOGIN PLAIN
    250-PIPELINING
    250 8BITMIME
    DEBUG SMTP Found extension "AUTH=LOGIN", arg "PLAIN"
    DEBUG SMTP Found extension "PIPELINING", arg ""
    DEBUG SMTP Found extension "8BITMIME", arg ""
    DEBUG SMTP: Attempt to authenticate
    DEBUG SMTP use AUTH=LOGIN hack
    DEBUG SMTP SENT: AUTH LOGIN
    DEBUG SMTP RCVD: 334 VXNlcm5hbWU6
    I guess the following statement is missing in my case.
    DEBUG SMTP: useEhlo true, useAuth true
    Could You please let me know why I am not getting this? Am I doing something wrong in my code?
    Or it is a problem in the mail server?
    Thanking you,
    Saravanakumar

    Hi Sravankumar,
    Can you please let me know the Version of the JDK which you used earlier, which had those old mail.jar & activation.jar files through which you were able to send mails without SMTP authentication.
    Another thing which I wanted to know from you is that were the mails reaching the destination. I want to make sure about this since,even though SMTP Authentication at the client side is disabled, if the SMTP Mail Server does not accept invalid Email IDs as userIDs, then I guess we will not be able to send mails. Please clarify on this.
    My requirement is that I want to send mails without a valid User Login through that SMTP Mail Server.
    If possible also please send across the piece of code which does the same
    Regards,
    Madhukar KR

  • Sending Mail with an Attachment

    Hi
    I'm trying to send mail with a PDF attached. I've been set up on exchange server 2007... Sending mail without an attachment works fine.
    Was wondering if anyone knows if this is a known issue or if I'm simply doing something wrong. The attachment has sent fine using Outlook web access... So it's not a problem with our connection.
    Cheers
    Lucy

    Ditto to the comments on configuring EWS to deal with larger attachments. The instructions to do this are, unfortunately, very confusing as some configuration items are in MB and some are in KB and some are in bytes!
    I worked with our sys admins to get this running, I knew things were better when I could send large attachments with Entourage Web Services Edition. I am still having occasional problems with large attachments not being sendable with Mail.app. I am hoping that 10.6.1 might tweak something to fix this?
    The link we used for information is here:
    http://ministry-it.blogspot.com/2009/08/entourage-ews-attachment-limits.html
    While you are at it, you may want to have them check attachment limits for Outlook Web Access (OWA) if you find yourself using that and get bitten by the same 5 MB limit issue. Note that OWA and EWS have separate settings and are changed in different ways!
    http://technet.microsoft.com/en-us/library/aa996835.aspx
    Good luck
    -- Alex

  • Cannot send mail with mobile mail software

    I have been trying to send mail with my mobile mail software on my AOL account and my mail won't got through,  But when I click on my mobile web and access my AOL email that way it allows me to send mail with no problem. The problem started today, I have an lg env3 and the latest software version of the mobile mail.

    From working with other customers, the best thing to do would be to remove the email account entirely from the Mobile Email program and re-add it.  If the issue persists, remove the Mobile Email application altogether and redownload it.  If it still persists even after that and all other data services are working such as the browser, My Verizon, etc. call AOL Mobile Support at 866-265-3019. 
    I hope this helps you.  Let us know if it did. 

  • I am not able to send mails through Yahoo APP.It gives me an error msg :"the sender address has ben rejected by the server ".I tried adding username and password in the SMTP server settings,But those optiopns are greyed out.

    I am not able to send mails through Yahoo APP. It gives me an error msg :"the sender address has ben rejected by the server ".
    I tried adding username and password in the SMTP server settings,But those optiopns are greyed out.
    So, i am not able to enter anything in fields under SMTP server settings

    You probably have changing settings disabled in Restrictions.

  • Sending mail with SMTP sends it twice

    I'm sending a text mail, and with my ISP's smtp server it works fine. With my employer's SMTP server, I get each mail that is sent twice. I'm not sure why but I know it's not a problem with the code because I've compared the code to the examples and also because it works fine with my ISP's SMTP server. If I use Outlook to send mail with my work SMTP server I get the emails only once. I saw on jGuru someone posted the same question with no response. Any ideas???
    Michael

    hi cunparis,
    I have same problem. I am sending single mail but some time I got 2 mails.and aslo according to sendmail logs the mails are in fact sent twice.I would like to add one more point that this is on HP-UX. So if you have solution share it with us. Thanks in advance.

  • User "null" with comcast SMTP, can't send mail with Mail 3.1

    it was kind of off and on, now seems permanent. When sending mail via comcast SMTP, the following error is returned: P*lease enter the password for user “(null)” on SMTP server “smtp.comcast.net”*
    The mystery is how user got to be "null". Deleting the account and redoing it doesn't help. Changing port to 25 and 587 don't work. I get mail fine, just can't send. Yes, my user name is actually filled in on the accounts page. Gmail works fine...
    Thanks

    wierd...
    blanked out my username, but Mail insists on having a username. So on a lark I put back my username with the @comcast.net domain and it worked (one test message anyway). I left the password filled in 'cuz I hate having to fill my password in every time.
    So thanks for joggling the idea bank!

  • Problem sending mail with SMTP and SSL

    Hi,
    I am trying to send mail using JavaMail 1.4/jdk1.5 using ssl. I save the certificate by going into IE and exporting the certificate and added the certificate using the keytool to ${JAVA_HOME}/jre/lib/security/cacerts.I have also added this in the code using
    System.setProperty("javax.net.ssl.trustStore","${JAVA_HOME}/jre/lib/security/cacerts");But I am still getting the following error.
    DEBUG SMTP: trying to connect to host "XXXX", port 465, isSSL true
    DEBUG SMTP: exception reading response: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    Exception in thread "main" javax.mail.MessagingException: Exception reading response;
      nested exception is:
         javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
         at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1462)
         at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260)
         at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
         at javax.mail.Service.connect(Service.java:275)
         at glycomics.common.util.SendMailUsingAuthentication.postMail(Unknown Source)
         at glycomics.common.util.SendMailUsingAuthentication.main(Unknown Source)
    Caused by: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
         at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:166)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1518)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1485)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1468)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1394)
         at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:86)
         at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
         at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75)
         at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440)
         ... 5 more
    Caused by: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
         at sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:56)
         at sun.security.validator.Validator.getInstance(Validator.java:146)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.getValidator(X509TrustManagerImpl.java:105)
         at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:167)
         at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(SSLContextImpl.java:320)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:841)
         at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:106)
         at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:495)
         at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:433)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:818)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1030)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:678)
         at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
         ... 10 more
    Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
         at java.security.cert.PKIXParameters.setTrustAnchors(PKIXParameters.java:183)
         at java.security.cert.PKIXParameters.<init>(PKIXParameters.java:103)
         at java.security.cert.PKIXBuilderParameters.<init>(PKIXBuilderParameters.java:87)
         at sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:54)Has anybody faced similar problem??Any suggestions??
    TIA
    M
    Message was edited by:
    c@de-m@nkey

    See SSLNOTES.txt and the JavaMail FAQ for debugging hints.
    If you turn on all the debugging output and still can't figure it out,
    you'll probably need to ask in some Java security forum. The
    problem is occurring when making the connection using SSLSocket,
    before any JavaMail code comes into play.

  • Sending mail with mail client failure problem

    My installation config :
    Solaris 10
    Sun Java(tm) System Messaging Server 7.3-11.01 64bit (built Sep 1 2009)
    single host installation
    since past few days , I encounter a new problem with SJMS after finish installation . When using mail client Thunderbird 2.0.0.23 , sending mail message to outside email providers / non-local (e.g correctly typed yahoo/gmail) domain always failed whenever I use from outside networks/Internet ( smtp setting in mail client require username and password authentication ) . however,users between the same local domain is OK .
    The thunderbird always prompt :
    " The mail server responded: Recipient address rejected: User unknown. Please check the message recipients and try again "
    The problem does not occured when I was using inside LAN and connected locally with the server host .
    but, I am able and succesful to telnet to port 25 using command via outside the network, indicating the port and server not being blocked by firewall :
    telnet smtp.abcxyz.com 25
    220 ***************************************
    any help is welcome.
    Thanks

    I would be good to have the full output from the "imsimta version" command. That gives OS information too, which may not be pertinent to this specific problem, but it is better to give all the info than for us to wish we had it.
    Also, what is the full, exact error message you get when you try this with telnet to port 25 and it fails? It may be significant to see the exact text because it could be coming from some intermediate device rather than the Messaging Server itself.
    If you are getting connected to the Messaging Server's MTA, you should find some indication of this in the mail.log_current file. If not, I would say to make sure the "logging" keyword is on the "defaults" channel and add LOG_CONNECTION=3 LOG_PROCESS=1 LOG_USERNAME=1 to option.dat and do imsimta cnbuild; and imsimta restart dispatcher. Then repeat the test. If you still get nothing in mail.log_current about that test, then I would conclude the connection is not getting to the Messaging Server's MTA but rather the failure is coming from a firewall or some other intermediate device.
    If your mail client authenticates to the MTA when trying to send mail from outside your network, this should result in the message submission being switched to the tcp_auth channel instead of tcp_local and that should allow the message to go thru. If the connect is making it to the MTA and being rejected there, it will be interesting to see which channel is involved. The mail.log_current records should show that.

  • Problem of sending mail with MTA

    Hi,
    I have installed Sun Messaging Server, but I have a problem to send mail to other SMTP server over internet, like gmail, hotmail... So I have tried to send an email using javamail and I get this exception "530 5.7.1 Relaying not allowed", that mean that I don't have a Relay SMTP to routing the messages. But the idea that I have, is that the MTA installed with Messaging Server play the role of SMTP Relay.
    So this idea is true, so I think is can be I problem of configuration, and I need to have may own SMTP Relay and don't using ISP Relay.
    and I thank you for your help,
    Mabrouk.

    GS1-Tunisia wrote:
    21-Nov-2008 17:32:31.58 tcp_local                 Q 1 [email protected] rfc822;[email protected] [email protected] TCP active open: Failed connect()    Error: Connection timed out
    This indicates that Messaging Server is unable to connect to the yahoo mail servers.
    I have configured my server to use mydomain.com with ip 41.x.x.xHow did you configure your server to achieve this -- what settings did you add/change?
    but when I see this log [email protected] is converted to [email protected] and 192.168.3.2 is mailhost which is behind firewall in DMZ, So it may be the problem of NAT, I don't know!!!
    Given that Messaging Server cannot connect to the yahoo mail servers, the problem appears to be at the networking level so the firewall is most likely blocking the outgoing port 25 connection.
    When you are on the Messaging Server system, what output do you get for the following command:
    telnet a.mx.mail.yahoo.com. 25Regards,
    Shane.

Maybe you are looking for