Banned User
|
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
|
Could you elaborate on what you are not able to do?
On Thu, Aug 17, 2017 at 4:12 PM, <[hidden email]> wrote: > 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 |
In reply to this post by james-2
Hi James,
Could you share your email smtp settings in general.properties file? Thanks, Giulio Il 17/Ago/2017 22:13, <[hidden email]> 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 > |
Banned User
|
This post was updated on .
In reply to this post by james-2
CONTENTS DELETED
The author has deleted this message.
|
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 [hidden email]: > # -- 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 <[hidden email]> > Date: Thu, August 17, 2017 2:32 pm > To: [hidden email] > > Hi James, > > Could you share your email smtp settings in general.properties file? > > Thanks, > Giulio > > Il 17/Ago/2017 22:13, <[hidden email]> 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 >> smime.p7s (5K) Download Attachment |
In reply to this post by james-2
Hi James, I attach a picture of my smtp configuration lines of "general.properties"; one thing the I see is that I have gmail settings lines (socketFactory.port and socketFactory.class) commented (disabled). Try to comment those two lines and retry to send an email. Once sent the email, I would check in the logs (searching for the service that handles the email), if there are any smtp errors (like connection errors, user permission problems,..). Let us know. Thanks, Giulio 2017-08-18 15:07 GMT+02:00 <[hidden email]>: # -- mail notifications enabled (Y|N) Giulio Speri
|
Obviously user and password would not work for you..just forgot to delete
them :) 2017-08-21 10:08 GMT+02:00 Giulio Speri - MpStyle Srl < [hidden email]>: > Hi James, > > I attach a picture of my smtp configuration lines of "general.properties"; > one thing the I see is that I have gmail settings lines (socketFactory.port > and socketFactory.class) commented (disabled). > Try to comment those two lines and retry to send an email. > Once sent the email, I would check in the logs (searching for the service > that handles the email), if there are any smtp errors (like connection > errors, user permission problems,..). > Let us know. > > Thanks, > > Giulio > > 2017-08-18 15:07 GMT+02:00 <[hidden email]>: > >> # -- 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 <[hidden email]> >> Date: Thu, August 17, 2017 2:32 pm >> To: [hidden email] >> >> Hi James, >> >> Could you share your email smtp settings in general.properties file? >> >> Thanks, >> Giulio >> >> Il 17/Ago/2017 22:13, <[hidden email]> 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 >> > >> > > > > -- > Giulio Speri > > *Mp Styl**e Srl* > via Antonio Meucci, 37 > 41019 Limidi di Soliera (MO) > T 059/684916 > M 334/3779851 <(334)%20377-9851> > > www.mpstyle.it > > > -- Giulio Speri *Mp Styl**e Srl* via Antonio Meucci, 37 41019 Limidi di Soliera (MO) T 059/684916 M 334/3779851 www.mpstyle.it |
Banned User
|
This post was updated on .
In reply to this post by james-2
CONTENTS DELETED
The author has deleted this message.
|
You can not send any attachment to the mailing list.
https://commons.apache.org/mail-lists.html *Note:* please don't send patches or attachments to any of the mailing lists. Patches are best handled via the *Issue Tracking* system. Otherwise, please upload the file to a public server and include the URL in the mail. Thanks and Regards, *Aditya Sharma* | Enterprise Software Engineer HotWax Systems <http://www.hotwaxsystems.com/> <https://www.linkedin.com/in/aditya-sharma-78291810a/> On Mon, Aug 21, 2017 at 9:58 PM, <[hidden email]> wrote: > Thanks Giulio - I did not see any attachments. > > > -------- Original Message -------- > Subject: Re: email Configuration > From: Giulio Speri - MpStyle Srl <[hidden email]> > Date: Mon, August 21, 2017 1:08 am > To: [hidden email] > > Hi James, > > > I attach a picture of my smtp configuration lines of > "general.properties"; one thing the I see is that I have gmail settings > lines (socketFactory.port and socketFactory.class) commented (disabled). > Try to comment those two lines and retry to send an email. > Once sent the email, I would check in the logs (searching for the > service that handles the email), if there are any smtp errors (like > connection errors, user permission problems,..). > Let us know. > > > Thanks, > > > Giulio > > > 2017-08-18 15:07 GMT+02:00 <[hidden email]>: > # -- 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 <[hidden email]> > Date: Thu, August 17, 2017 2:32 pm > To: [hidden email] > > Hi James, > > Could you share your email smtp settings in general.properties file? > > Thanks, > Giulio > > Il 17/Ago/2017 22:13, <[hidden email]> 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 > > > > > > > > > > -- > Giulio Speri > > > Mp Style Srl > > via Antonio Meucci, 37 > > > 41019 Limidi di Soliera (MO) > > T 059/684916 > > M 334/3779851 > > www.mpstyle.it > |
Ok, understood, thanks Aditya.
Il 22/Ago/2017 05:59, "Aditya Sharma" <[hidden email]> ha scritto: > You can not send any attachment to the mailing list. > > > https://commons.apache.org/mail-lists.html > > *Note:* please don't send patches or attachments to any of the mailing > lists. Patches are best handled via the *Issue Tracking* system. Otherwise, > please upload the file to a public server and include the URL in the mail. > > Thanks and Regards, > > *Aditya Sharma* | Enterprise Software Engineer > HotWax Systems <http://www.hotwaxsystems.com/> > <https://www.linkedin.com/in/aditya-sharma-78291810a/> > > On Mon, Aug 21, 2017 at 9:58 PM, <[hidden email]> wrote: > > > Thanks Giulio - I did not see any attachments. > > > > > > -------- Original Message -------- > > Subject: Re: email Configuration > > From: Giulio Speri - MpStyle Srl <[hidden email]> > > Date: Mon, August 21, 2017 1:08 am > > To: [hidden email] > > > > Hi James, > > > > > > I attach a picture of my smtp configuration lines of > > "general.properties"; one thing the I see is that I have gmail settings > > lines (socketFactory.port and socketFactory.class) commented (disabled). > > Try to comment those two lines and retry to send an email. > > Once sent the email, I would check in the logs (searching for the > > service that handles the email), if there are any smtp errors (like > > connection errors, user permission problems,..). > > Let us know. > > > > > > Thanks, > > > > > > Giulio > > > > > > 2017-08-18 15:07 GMT+02:00 <[hidden email]>: > > # -- 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 <[hidden email]> > > Date: Thu, August 17, 2017 2:32 pm > > To: [hidden email] > > > > Hi James, > > > > Could you share your email smtp settings in general.properties file? > > > > Thanks, > > Giulio > > > > Il 17/Ago/2017 22:13, <[hidden email]> 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 > > > > > > > > > > > > > > > > > > > -- > > Giulio Speri > > > > > > Mp Style Srl > > > > via Antonio Meucci, 37 > > > > > > 41019 Limidi di Soliera (MO) > > > > T 059/684916 > > > > M 334/3779851 > > > > www.mpstyle.it > > > |
Free forum by Nabble | Edit this page |