rohitkadam19
rohitkadam19

Reputation: 1874

Send email from dummy user in jenkins using email-ext plugin

I have configured email-ext plugin configuration in Jenkins with the valid SMTP settings. When I send the email after completion of job it uses above user(from:). Instead of that I want to show this mail is from [email protected].

How can I achieve this?

Upvotes: 0

Views: 379

Answers (1)

rohitkadam19
rohitkadam19

Reputation: 1874

In SMTP server just give your company mail domain. mail.company.com. It worked for me.

Upvotes: 0

Related Questions