Documentation

MailClientInterface
in

Mail client interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
4.0.0

Table of Contents

Methods

getFolder()  : string
Get folder
getHost()  : string|null
Get mail client host
getPassword()  : string
Get password
getPort()  : int|string|null
Get mail client port
getService()  : string|null
Get mail client service
getUsername()  : string
Get username
setFolder()  : MailClientInterface
Set folder
setHost()  : MailClientInterface
Set mail client host
setPassword()  : MailClientInterface
Set password
setPort()  : MailClientInterface
Set mail client port
setService()  : MailClientInterface
Set mail client service
setUsername()  : MailClientInterface
Set username

Methods

getHost()

Get mail client host

public getHost() : string|null
Return values
string|null

getPort()

Get mail client port

public getPort() : int|string|null
Return values
int|string|null

getService()

Get mail client service

public getService() : string|null
Return values
string|null

        
On this page

Search results