Function: verifyEmailTransport()
verifyEmailTransport(
transporter,signal?):Promise<void>
Open and tear down one SMTP connection to prove the host, port, and credentials work. Called at plugin setup so a bad relay shows up in the boot logs rather than on the first approved send.
Parameters
Section titled “Parameters”transporter
Section titled “transporter”Transporter | undefined
signal?
Section titled “signal?”AbortSignal
Returns
Section titled “Returns”Promise<void>