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 <[email protected]> wrote:

> It will depend on what email server you are using.
>
> On Fri, Jan 11, 2019 at 7:36 AM Ujjawal Khare <[email protected]>
> 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 <[email protected] wrote:
>>
>>> 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 <[email protected]>
>>> wrote:
>>>
>>>> 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 generated to 
>>>> /home/ukhare/move/Start-xyz-TestSuite/allure-report
>>>> Allure report was successfully generated.
>>>> Creating artifact for the build.
>>>> Artifact was added to the build.
>>>> Archiving artifacts
>>>> Checking for post-build
>>>> Performing post-build step
>>>> Checking if email needs to be generated
>>>> Email was triggered for: Always
>>>> Sending email for trigger: Always
>>>> messageContentType = text/html; charset=UTF-8
>>>> Adding recipients from project recipient list
>>>> Analyzing: ujjawal.khare
>>>> Looking for: ujjawal.khare
>>>>    starting at: 0
>>>>    firstFoundIdx: 0
>>>>    firstFoundIdx-substring: ujjawal.khare
>>>>    => found type: 0
>>>> Analyzing: ujjawal.khare
>>>> Looking for: ujjawal.khare
>>>>    starting at: 0
>>>>    firstFoundIdx: 0
>>>>    firstFoundIdx-substring: ujjawal.khare
>>>>    => found type: 0
>>>> Analyzing: ujjawal.khare
>>>> Looking for: ujjawal.khare
>>>>    starting at: 0
>>>>    firstFoundIdx: 0
>>>>    firstFoundIdx-substring: ujjawal.khare
>>>>    => found type: 0
>>>> Adding recipients from trigger recipient list
>>>> Analyzing: [email protected]
>>>> Looking for: [email protected]
>>>>    starting at: 0
>>>>    firstFoundIdx: 0
>>>>    firstFoundIdx-substring: [email protected]
>>>>    => found type: 0
>>>> Analyzing: [email protected]
>>>> Looking for: [email protected]
>>>>    starting at: 0
>>>>    firstFoundIdx: 0
>>>>    firstFoundIdx-substring: [email protected]
>>>>    => found type: 0
>>>> Analyzing: [email protected]
>>>> Looking for: [email protected]
>>>>    starting at: 0
>>>>    firstFoundIdx: 0
>>>>    firstFoundIdx-substring: [email protected]
>>>>    => found type: 0
>>>> Successfully created MimeMessage
>>>> Sending email to: [email protected] sending to the following 
>>>> VALID addresses: [email protected]
>>>> SendFailedException message: 501 5.1.7 Invalid address
>>>> Finished: SUCCESS
>>>>
>>>>
>>>>
>>>> Regards,
>>>> Ujjawal
>>>> On Fri, Jan 11, 2019 at 9:25 AM Ujjawal Khare <[email protected]>
>>>> wrote:
>>>>
>>>>> 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 <[email protected]> wrote:
>>>>>
>>>>>> 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 <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Here are attached configuration. When put on DEBUG it validates
>>>>>>> recipients email and prints :
>>>>>>>
>>>>>>> Error sending to the following VALID addresses;
>>>>>>> [email protected]
>>>>>>>
>>>>>>> SendFailedException message: 501 5.1.7 Invalid Address
>>>>>>>
>>>>>>> Note :
>>>>>>> 1. sender and reciever emails are correct.
>>>>>>> 2. My organization smtp server doesn't require smtp authentication
>>>>>>> and ssl.
>>>>>>> 3. Test mail works fine and received.
>>>>>>>
>>>>>>> On Thu, 10 Jan 2019, 18:53 Slide <[email protected] wrote:
>>>>>>>
>>>>>>>> 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 <
>>>>>>>> [email protected]> wrote:
>>>>>>>>
>>>>>>>>> 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 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 September 2018 17:54:10 UTC+5:30,
>>>>>>>>>> [email protected] wrote:
>>>>>>>>>>>
>>>>>>>>>>> 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 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 multiple test emails through it today, yet 
>>>>>>>>>>>> that was
>>>>>>>>>>>> the only thing I changed in order to get a successful email. I'll 
>>>>>>>>>>>> do some
>>>>>>>>>>>> more testing and reply back if I learn anything more specific 
>>>>>>>>>>>> about the
>>>>>>>>>>>> underlying problem.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Jul 15, 2014 at 3:23 PM, Slide <[email protected]>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Ok, let's start over with this. The server is sending back a
>>>>>>>>>>>>> response that says that [email protected]
>>>>>>>>>>>>> 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 mentioned? Also, can you post 
>>>>>>>>>>>>> your global
>>>>>>>>>>>>> config.xml file (after you scrub it for company information).
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Jul 15, 2014 at 2:31 PM, Jim Lloyd <[email protected]>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> 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" -S smtp=smtp://
>>>>>>>>>>>>>> smtp.ourcompany.com:25 < test.txt
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Where the smtp.ourcompany.com address is the same address
>>>>>>>>>>>>>> configured in jenkins.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Finally, we have had emails work in the past. The problems
>>>>>>>>>>>>>> have all come after upgrading Jenkins and various plugins in 
>>>>>>>>>>>>>> order to be
>>>>>>>>>>>>>> able to use Git, which was not supported on the ancient version 
>>>>>>>>>>>>>> of Jenkins
>>>>>>>>>>>>>> that we were previously using. Even after the upgrade, we were 
>>>>>>>>>>>>>> able to have
>>>>>>>>>>>>>> some mails delivered, albeit there were other problems. For more 
>>>>>>>>>>>>>> info, see
>>>>>>>>>>>>>> the thread I started on June 13th:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> https://groups.google.com/forum/#!topic/jenkinsci-users/eZQsgfCSYM4
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Tue, Jul 15, 2014 at 2:12 PM, Richard Bywater <
>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 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 AM, Jim Lloyd <
>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> 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 recent LTS build (v1.554.3)
>>>>>>>>>>>>>>>> and latest email-ext (v2.38.1). The error that is preventing 
>>>>>>>>>>>>>>>> Build Result
>>>>>>>>>>>>>>>> email now is rather strange:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Adding recipients from project recipient list
>>>>>>>>>>>>>>>> Adding recipients from trigger recipient list
>>>>>>>>>>>>>>>> Successfully created MimeMessage
>>>>>>>>>>>>>>>> Sending email to: [email protected]
>>>>>>>>>>>>>>>> Error sending to the following VALID addresses: 
>>>>>>>>>>>>>>>> [email protected]
>>>>>>>>>>>>>>>> SendFailedException message: 501 5.1.7 Invalid address
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> The listed recipient email address is definitely valid. I
>>>>>>>>>>>>>>>> suppose the error might be indicating that the sender email 
>>>>>>>>>>>>>>>> address is
>>>>>>>>>>>>>>>> invalid, but it's not obvious to me how to follow up on that 
>>>>>>>>>>>>>>>> hypothesis.
>>>>>>>>>>>>>>>> Can anyone help?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>>>>>> Google Groups "Jenkins Users" group.
>>>>>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails
>>>>>>>>>>>>>>>> from it, send an email to [email protected]
>>>>>>>>>>>>>>>> .
>>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> You received this message because you are subscribed to a
>>>>>>>>>>>>>>> topic in the Google Groups "Jenkins Users" group.
>>>>>>>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>>>>>>>> https://groups.google.com/d/topic/jenkinsci-users/uTCRSeOVME4/unsubscribe
>>>>>>>>>>>>>>> .
>>>>>>>>>>>>>>> To unsubscribe from this group and all its topics, send an
>>>>>>>>>>>>>>> email to [email protected].
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>>>> Google Groups "Jenkins Users" group.
>>>>>>>>>>>>>> To unsubscribe from this group and stop receiving emails from
>>>>>>>>>>>>>> it, send an email to [email protected].
>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Website: http://earl-of-code.com
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> You received this message because you are subscribed to a
>>>>>>>>>>>>> topic in the Google Groups "Jenkins Users" group.
>>>>>>>>>>>>> To unsubscribe from this topic, visit
>>>>>>>>>>>>> https://groups.google.com/d/topic/jenkinsci-users/uTCRSeOVME4/unsubscribe
>>>>>>>>>>>>> .
>>>>>>>>>>>>> To unsubscribe from this group and all its topics, send an
>>>>>>>>>>>>> email to [email protected].
>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>>> Groups "Jenkins Users" group.
>>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>>> send an email to [email protected].
>>>>>>>>> To view this discussion on the web visit
>>>>>>>>> https://groups.google.com/d/msgid/jenkinsci-users/c2c82f88-07a9-4a01-806c-41f2db1806ea%40googlegroups.com
>>>>>>>>> <https://groups.google.com/d/msgid/jenkinsci-users/c2c82f88-07a9-4a01-806c-41f2db1806ea%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>> .
>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Website: http://earl-of-code.com
>>>>>>>>
>>>>>>>> --
>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>> Groups "Jenkins Users" group.
>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>> send an email to [email protected].
>>>>>>>> To view this discussion on the web visit
>>>>>>>> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVepYE9CNwRh0YinweC9zvVCBMJAPiNLEzn--C6gtdzz4w%40mail.gmail.com
>>>>>>>> <https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVepYE9CNwRh0YinweC9zvVCBMJAPiNLEzn--C6gtdzz4w%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>>>> .
>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>
>>>>>>> --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "Jenkins Users" group.
>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>> send an email to [email protected].
>>>>>>> To view this discussion on the web visit
>>>>>>> https://groups.google.com/d/msgid/jenkinsci-users/CAEVfYmgsrGHVagA6px-pVJZMKqNFwzXrLsQ0_FOYiHmTfA1Ctg%40mail.gmail.com
>>>>>>> <https://groups.google.com/d/msgid/jenkinsci-users/CAEVfYmgsrGHVagA6px-pVJZMKqNFwzXrLsQ0_FOYiHmTfA1Ctg%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>>> .
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Website: http://earl-of-code.com
>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Jenkins Users" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to [email protected].
>>>>>> To view this discussion on the web visit
>>>>>> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVdB0U-tPKZJasJDyg1U8Ju%2BjE%3Dk2L3pwY3FQpzdVJe3TQ%40mail.gmail.com
>>>>>> <https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVdB0U-tPKZJasJDyg1U8Ju%2BjE%3Dk2L3pwY3FQpzdVJe3TQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>>> .
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Jenkins Users" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to [email protected].
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/jenkinsci-users/CAEVfYmjy%3Dc6p%3DBZh8XeX4YxsHAjjDtrmSDxSkfuEto8LiBYEdg%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/jenkinsci-users/CAEVfYmjy%3Dc6p%3DBZh8XeX4YxsHAjjDtrmSDxSkfuEto8LiBYEdg%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>> --
>>> Website: http://earl-of-code.com
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Jenkins Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVcn48QicwP7dAd5hLMTNuZJ4FGV6c%2BwuGGThSsK6gkboA%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVcn48QicwP7dAd5hLMTNuZJ4FGV6c%2BwuGGThSsK6gkboA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/CAEVfYmjFC%3DsNBLnG%3DqboQEDLY%3DsQUegaRoOEZz%3DmExvLG9XwmA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/jenkinsci-users/CAEVfYmjFC%3DsNBLnG%3DqboQEDLY%3DsQUegaRoOEZz%3DmExvLG9XwmA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> Website: http://earl-of-code.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVc9rDBCdmy6CdfpDEGO186rdT2_0Z3q%2BnjsagJW7UYeVg%40mail.gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVc9rDBCdmy6CdfpDEGO186rdT2_0Z3q%2BnjsagJW7UYeVg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAEVfYmipitHE0N%3DDC-SenFLTKAKx01RSouP6keMvAmeQvULmGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to