public interface

MailService

com.atlassian.fisheye.spi.services.MailService

Class Overview

A service used by plugins to send email messages.

Summary

Public Methods
abstract boolean isConfigured()
abstract boolean sendMessage(MailMessageData message)
Sends a mail message to the addressed recipients.

Public Methods

public abstract boolean isConfigured ()

Returns
  • true if the mail server is configured, false otherwise

public abstract boolean sendMessage (MailMessageData message)

Sends a mail message to the addressed recipients.

Parameters
message the mail message to send
Returns
  • true if the message was sent, false otherwise