Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2019-01-11 Thread Slide
Sorry, I should have been more clear. When I said can you view logs on the server, I meant the mail server. On Fri, Jan 11, 2019 at 9:15 AM Ujjawal Khare wrote: > no mail server installed on my machine. So I am using jenkins email plugin > to connect my company's mail server. > > On Fri, Jan

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2019-01-11 Thread Ujjawal Khare
no mail server installed on my machine. So I am using jenkins email plugin to connect my company's mail server. On Fri, Jan 11, 2019 at 8:51 PM Slide wrote: > It will depend on what email server you are using. > > On Fri, Jan 11, 2019 at 7:36 AM Ujjawal Khare > wrote: > >> Yes I can login to

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2019-01-11 Thread Slide
It will depend on what email server you are using. On Fri, Jan 11, 2019 at 7:36 AM Ujjawal Khare wrote: > Yes I can login to the server but what is the path of log file ? Please > tell me and i will check. > > Regards, > Ujjawal > > On Fri, 11 Jan 2019, 19:32 Slide >> Do you have the ability

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2019-01-11 Thread Ujjawal Khare
Yes I can login to the server but what is the path of log file ? Please tell me and i will check. Regards, Ujjawal On Fri, 11 Jan 2019, 19:32 Slide Do you have the ability to see the logs on the server? The message is > coming from your server. > > On Fri, Jan 11, 2019 at 1:33 AM Ujjawal Khare

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2019-01-11 Thread Slide
Do you have the ability to see the logs on the server? The message is coming from your server. On Fri, Jan 11, 2019 at 1:33 AM Ujjawal Khare wrote: > Here is the debug logs: > > Set build name. > New build name is 'xyz #18' > [Start-xyz-TestSuite] $ >

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2019-01-11 Thread Ujjawal Khare
Here is the debug logs: Set build name. New build name is 'xyz #18' [Start-xyz-TestSuite] $ /var/jenkins_home/tools/ru.yandex.qatools.allure.jenkins.tools.AllureCommandlineInstallation/local_allure/bin/allure generate -c -o /home/ukhare/move/Start-xyz-TestSuite/allure-report Report successfully

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2019-01-10 Thread Ujjawal Khare
Do you mean Extended email configuration inside Manage Jenkins --> Configure System ? Please see the attached configuration. Its already there but still doesn't work. On Thu, Jan 10, 2019 at 9:55 PM Slide wrote: > You need to setup the server settings in the Extended E-mail Notification >

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2019-01-10 Thread Slide
You need to setup the server settings in the Extended E-mail Notification section of the global configuration if you are using that configuration in your job. On Thu, Jan 10, 2019 at 9:00 AM Ujjawal Khare wrote: > Here are attached configuration. When put on DEBUG it validates recipients >

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2019-01-10 Thread Slide
Can you give more information about what mail server you are using and so forth? Also, if you can enable debug mode in the global config area for email-ext (Extended Email Plugin) and post the log with secure information redacted, it might help. On Thu, Jan 10, 2019 at 1:04 AM Ujjawal Khare

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2019-01-10 Thread Ujjawal Khare
Can any one guide me how to fix this issue "SendFailedException message: 501 5.1.7 Invalid address" ? Test email was success but fails with error when i execute the build. Regards, Ujjawal On Friday, 4 January 2019 14:02:13 UTC+5:30, Ujjawal Khare wrote: > > Hello, > > Me too facing same

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2019-01-04 Thread Ujjawal Khare
Hello, Me too facing same issue. Test mail works fine but when run build, i get "Error sending mail to following valid...". @Jim: When you say you used local server did you mean you configured any email client ? Can you please guide me in this direction ? Regards, Ujjawal On Tuesday, 18

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2018-09-18 Thread ayuojha1110
Jim, Did you find anything other than changing smtp value. I am facing same issue and got only one smtp. All my test emails are working but its throwing error once build done in jenkins. On Wednesday, July 16, 2014 at 5:08:15 AM UTC+5:30, Jim Lloyd wrote: > > I have managed to find a

Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Jim Lloyd
We have a Jenkins installation that has undergone several changes in the last couple months as we transition from using Perforce to using Git as our SCM. We've had numerous problems with email-ext during the transition, but we may be getting close to a solution. We're currently using the most

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Jim Lloyd
We don't require authentication, and I can successfully send test emails using the Test configuration by sending test e-mail setting under the global setting for E-mail Notification. We're running the .war directly using java -jar jenkins.war --logfile=/var/log/jenkins/jenkins.log. The

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Slide
Ok, another option is to restart Jenkins and add -Dmail.debug=true to the command line. On Tue, Jul 15, 2014 at 12:18 PM, Jim Lloyd jim.ll...@gmail.com wrote: We don't require authentication, and I can successfully send test emails using the Test configuration by sending test e-mail setting

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Richard Bywater
I would start by asking the group who administers the SMTP server you are talking to. Given that the Invalid Address error is being returned by the server, perhaps there is some policy in place on the SMTP server that prevents you sending to that address? Richard. On Wed, Jul 16, 2014 at 5:29

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Jim Lloyd
I don't think that is the problem. I can send test emails from Jenkins using the Test configuration by sending test e-mail setting under the global setting for E-mail Notification. And I can also send emails from the machine without authentication using the mailx command: mailx -s Testing 1,2,3

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Slide
Ok, let's start over with this. The server is sending back a response that says that engineering_plugin_disc...@redsealnetworks.com is invalid, but JavaMail thinks the address is valid. This can happen when either the sender or recipient is invalid, can you try the -Dmail.debug=true option that I

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Jim Lloyd
I have managed to find a combination that seems to work. I stopped using the outlook based smtp server and simply used the default server running on the localhost, and one email was successfully delivered. Note that we have been using the outlook smtp server continuously for months, and all sent