Interface EmailRestClient


public interface EmailRestClient
  • Method Summary

    Modifier and Type
    Method
    Description
    io.atlassian.util.concurrent.Promise<com.atlassian.httpclient.api.Response>
    postMessage(String destAddr, String subject, String body)
     
  • Method Details

    • postMessage

      io.atlassian.util.concurrent.Promise<com.atlassian.httpclient.api.Response> postMessage(String destAddr, String subject, String body)