MailService

package

Default

Methods

__construct

__construct() 

close

close() : void

create a proxy of MailService that delegates to the mail service running somewhere else via the event bus

createEventBusProxy( $arg0,  $arg1) : \io\vertx\jphp\ext\mail\MailService
static

Arguments

$arg0

Vertx

$arg1

string

Response

\io\vertx\jphp\ext\mail\MailService

MailService instance that can then be used to send multiple mails

sendMail

sendMail( $arg0,  $arg1) : $this

Arguments

$arg0

MailMessage | array

$arg1

callable

Response

$this

Constants

The name of the default pool

DEFAULT_POOL_NAME
var

php文件只是为了写代码方便,常量的实际值请参考原java文件