Could be a problem with the SSL certificate, have you checked the logs?

And maybe the port is wrong if you don't use gmail?

Regards,

Michael


Am 18.08.17 um 15:07 schrieb ja...@productive1.com:
# -- mail notifications enabled (Y|N)
mail.notifications.enabled=Y


# -- redirect all mail notifications to this address for testing
mail.notifications.redirectTo=


# -- the default mail server to use
mail.smtp.relay.host=smtp.office365.com


# -- SMTP Auth settings
mail.smtp.auth.user=xxxxx
mail.smtp.auth.password=xxxx
# -- Additional Required Fields needed for Gmail and other non
traditional smtp servers
# -- These added fields also work for Yahoo business mail for instance
# -- Gmail smtp port can be either 465 or 587
mail.smtp.port=587
# -- Gmail requires StartTLS
mail.smtp.starttls.enable=true


# -- Gmail requires a JSSE socket factory, the following socketFactory
settings will override JavaMail's default socketFactory settings
# -- Port needs to be the same as mail.smtp.port
mail.smtp.socketFactory.port=587
mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
#--Fallback [true|false] determines whether you will allow a non secure
connection if you are unable to get a secure one
mail.smtp.socketFactory.fallback=false


Thanks,

James

-------- Original Message --------
Subject: Re: email Configuration
From: Giulio Speri - MpStyle Srl <giulio.sp...@mpstyle.it>
Date: Thu, August 17, 2017 2:32 pm
To: user@ofbiz.apache.org

Hi James,

Could you share your email smtp settings in general.properties file?

Thanks,
Giulio

Il 17/Ago/2017 22:13, <ja...@productive1.com> ha scritto:

Team - I am having a difficult time trying to configure email smtp. It
works for gmail but it will not work for go daddy or Office 365
exchange. Anyone else experience this problem and how did you solve it?

Thanks,

James



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to