Constructors
constructor
Parameters
Properties
Private client
Methods
testConnect
- testConnect(): Promise<Response<string>>
Returns Promise<Response<string>>
testSmtpService
- testSmtpService(params: { content: string; subject: string; to: string }): Promise<Response<string>>
Parameters
params: { content: string; subject: string; to: string }
content: string
subject: string
to: string
Returns Promise<Response<string>>