• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: "Must issue a STARTTLS command first" while sending email
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Must issue a STARTTLS command first" while sending email


  • Subject: Re: "Must issue a STARTTLS command first" while sending email
  • From: Pascal Robert <email@hidden>
  • Date: Wed, 22 Jul 2009 10:21:29 -0400

I also add the same problem this morning (Zimbra don't advertise the LOGIN command unless a STARTTLS is done previously). I simply added

	mail.smtp.starttls.enable = true

to my Properties file and it works. The er.javamail.* properties are rewritten in their mail.smtp(s).* equivalents, so you can mix both styles in your Properties file.

Hi all,

When I try sending email from my app using either WOMailDelivery or ERMailDelivery, I get an error:

Caused by: com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first. 27sm2810086wfa.10

at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java: 1515)
at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1054)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java: 634)
at javax.mail.Transport.send0(Transport.java:189)
at javax.mail.Transport.send(Transport.java:118)


I'm not doing anything fancy at all. Just simply using the API. I'm using smtp.gmail.com for my smtp server and it is being set correctly as evident from the launch properties I see in the console.

I looked up the internet and found others having similar issues which they are able to resolve using:

props.put("mail.smtp.starttls.enable","true");

in their code which uses the javax.mail package.

What can I do to fix this while using WO/ER MailDelivery?

Thanks
Kamal



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


-------------------------------------------------------
Pascal Robert

Learn WO at WOWODC'09 East in Montréal this August!
http://www.wocommunity.org/wowodc09/east

http://www.macti.ca | http://www.linkedin.com/in/macti

Skype | Twitter | AIM/iChat : MacTICanada

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: Snow Leopard deployment
  • Next by Date: Re: Best Practices - Properties files
  • Previous by thread: Re: Chuck Hill's quite good Practices, WOWODC 08
  • Next by thread: Re: Best Practices - Properties files
  • Index(es):
    • Date
    • Thread