Hi there,
Is it possible to use differenct account for email sending (instead account that specified in JIRA outgoing email parameters) in "Send a custom email" post function (Adaptive Script Runner)?
For example, in JIRA outgoing email parameters specified account_1, that cannot send email to external recipients by security porpose.
I want to use account_2 in "Send a custom email" post function for sending email to external
Hi Thanos,
no, I need to have the possibility put login and password for account and use these data for authentication on SMTP server.
Default account that uses in my JIRA does not have rights to send email to external addresses.
Hi Igor,
The send custom mail makes use of the DefaultSMTPMailServer. The alternative is to write a custom script where you can select which SMTPMailServer to use.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Igor,
If the issue is to not use the default From address in your SMTP mail server then you can user the Condition and Configuration field to set a From User you wish with the below script
mail.setFrom ("aUser@example.com")
is that the case ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how about if i use sendEmail() routine; i try to use different account but it is not working. it will work if i will use the old smtp i use. please help its been a week of debuging. thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.