PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
include
/
laminas-mail
/
src
/
Transport
<?php namespace Laminas\Mail\Transport; use Laminas\Mail; /** * Interface for mail transports */ interface TransportInterface { /** * Send a mail message * * @return void */ public function send(Mail\Message $message); }
[+]
..
[-] File.php
[edit]
[-] InMemory.php
[edit]
[-] Smtp.php
[edit]
[-] TransportInterface.php
[edit]
[-] FileOptions.php
[edit]
[+]
Exception
[-] SmtpOptions.php
[edit]
[-] Sendmail.php
[edit]
[-] Envelope.php
[edit]
[-] Factory.php
[edit]