Ofbiz Users,
Our office recently moved from gmail to the online MS Office 365. I'm trying to configure the ofbiz sendMail service to use the SMTP relay to route through smtp.office365.com. I've made the changes in the general.properties file but I'm still getting a "client was not authenticated" error. Has anyone else configured ofbiz to work with office365? Here are my configuration settings: mail.smtp.relay.host=smtp.office365.com mail.smtp.port=587 mail.smtp.starttls.enable=true mail.smtp.socketFactory.fallback=true Any information on this would be appreciated. Brett |
Maybe some clues?
http://ofbiz.135035.n4.nabble.com/how-to-configure-SMTP-td4628571.html ------------------------------ *From:* "Brett Palmer" <[hidden email]> *To:* "[hidden email]" <[hidden email]> *Sent:* September 26, 2014 12:12 PM *Subject:* sendMail service over online MS Office365 Ofbiz Users, Our office recently moved from gmail to the online MS Office 365. I'm trying to configure the ofbiz sendMail service to use the SMTP relay to route through smtp.office365.com. I've made the changes in the general.properties file but I'm still getting a "client was not authenticated" error. Has anyone else configured ofbiz to work with office365? Here are my configuration settings: mail.smtp.relay.host=smtp.office365.com mail.smtp.port=587 mail.smtp.starttls.enable=true mail.smtp.socketFactory.fallback=true Any information on this would be appreciated. Brett |
Thanks for the reply. The settings in the thread are what I have now.
These worked well with a gmail account but I haven't been able to get similar settings to work with MicroSoft's office365 product. Brett On Fri, Sep 26, 2014 at 3:19 PM, Mike Z <[hidden email]> wrote: > Maybe some clues? > > http://ofbiz.135035.n4.nabble.com/how-to-configure-SMTP-td4628571.html > > > ------------------------------ > *From:* "Brett Palmer" <[hidden email]> > *To:* "[hidden email]" <[hidden email]> > *Sent:* September 26, 2014 12:12 PM > *Subject:* sendMail service over online MS Office365 > > Ofbiz Users, > > > Our office recently moved from gmail to the online MS Office 365. I'm > trying to configure the ofbiz sendMail service to use the SMTP relay to > route through smtp.office365.com. I've made the changes in the > general.properties file but I'm still getting a "client was not > authenticated" error. > > Has anyone else configured ofbiz to work with office365? > > Here are my configuration settings: > > mail.smtp.relay.host=smtp.office365.com > > mail.smtp.port=587 > > mail.smtp.starttls.enable=true > > mail.smtp.socketFactory.fallback=true > > > Any information on this would be appreciated. > > > Brett > |
"client not authenticated" makes it sound like the user name or password
are incorrect. Richard. Brett Palmer wrote: > Thanks for the reply. The settings in the thread are what I have now. > These worked well with a gmail account but I haven't been able to get > similar settings to work with MicroSoft's office365 product. > > > Brett > > On Fri, Sep 26, 2014 at 3:19 PM, Mike Z <[hidden email]> wrote: > >> Maybe some clues? >> >> http://ofbiz.135035.n4.nabble.com/how-to-configure-SMTP-td4628571.html >> >> >> ------------------------------ >> *From:* "Brett Palmer" <[hidden email]> >> *To:* "[hidden email]" <[hidden email]> >> *Sent:* September 26, 2014 12:12 PM >> *Subject:* sendMail service over online MS Office365 >> >> Ofbiz Users, >> >> >> Our office recently moved from gmail to the online MS Office 365. I'm >> trying to configure the ofbiz sendMail service to use the SMTP relay to >> route through smtp.office365.com. I've made the changes in the >> general.properties file but I'm still getting a "client was not >> authenticated" error. >> >> Has anyone else configured ofbiz to work with office365? >> >> Here are my configuration settings: >> >> mail.smtp.relay.host=smtp.office365.com >> >> mail.smtp.port=587 >> >> mail.smtp.starttls.enable=true >> >> mail.smtp.socketFactory.fallback=true >> >> >> Any information on this would be appreciated. >> >> >> Brett >> > |
In reply to this post by Brett
Brett,
Maybe the two following links can help you further: - http://community.office365.com/en-us/f/148/t/84307.aspx - http://technet.microsoft.com/en-us/library/dn554323.aspx Regards, Pierre Smits *ORRTIZ.COM <http://www.orrtiz.com>* Services & Solutions for Cloud- Based Manufacturing, Professional Services and Retail & Trade http://www.orrtiz.com On Fri, Sep 26, 2014 at 9:12 PM, Brett Palmer <[hidden email]> wrote: > Ofbiz Users, > > > Our office recently moved from gmail to the online MS Office 365. I'm > trying to configure the ofbiz sendMail service to use the SMTP relay to > route through smtp.office365.com. I've made the changes in the > general.properties file but I'm still getting a "client was not > authenticated" error. > > Has anyone else configured ofbiz to work with office365? > > Here are my configuration settings: > > mail.smtp.relay.host=smtp.office365.com > > mail.smtp.port=587 > > mail.smtp.starttls.enable=true > > mail.smtp.socketFactory.fallback=true > > > Any information on this would be appreciated. > > > Brett > |
Free forum by Nabble | Edit this page |