I am following this tutorial on sending mail from a plugin:
https://developer.atlassian.com/display/CONFDEV/Sending+Emails+in+a+Plugin
I have boiled this down to two working lines:
MailQueueItem mailQueueItem = new ConfluenceMailQueueItem("xxx@yyy.com", "A test email", "I request the world!", ConfluenceMailQueueItem.MIME_TYPE_TEXT); multiQueueTaskManager.addTask("mail", mailQueueItem);
This ouputs
[confluence.mail.template.ConfluenceMailQueueItem] send Unable to send email since no mail server has been configured.
I realize that Confluence may not always have a mail server configured. How, in code, do I detect whether a mail server has been configured (so that I can do an alternate operation)?
Thanks!
Hey Roccio,
how did you get this output, and where?
Thank you in advance
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.