Documentation

SmtpInterface
in

SMTP interface

Tags
category

Pop

author

Chris Corbyn, from the SwiftMailer library https://github.com/swiftmailer/swiftmailer

version
3.6.0

Table of Contents

isStarted()  : bool
Test if this Transport mechanism has started
start()  : mixed
Start this Transport mechanism
stop()  : mixed
Stop this Transport mechanism

Methods

isStarted()

Test if this Transport mechanism has started

public isStarted() : bool
Return values
bool

start()

Start this Transport mechanism

public start() : mixed
Return values
mixed

stop()

Stop this Transport mechanism

public stop() : mixed
Return values
mixed

Search results