PHP 8.3.31
Preview: MailerInterface.php Size: 768 B
/proc/thread-self/root/home/getspomw/itechservicellc.com/vendor/symfony/mailer/MailerInterface.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\Mailer;

use Symfony\Component\Mailer\Exception\TransportExceptionInterface;
use Symfony\Component\Mime\RawMessage;

/**
 * Interface for mailers able to send emails synchronously and/or asynchronously.
 *
 * Implementations must support synchronous and asynchronous sending.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 */
interface MailerInterface
{
    /**
     * @throws TransportExceptionInterface
     */
    public function send(RawMessage $message, ?Envelope $envelope = null): void;
}

Directory Contents

Dirs: 9 × Files: 10

Name Size Perms Modified Actions
Command DIR
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
Event DIR
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
Exception DIR
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
Header DIR
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
Messenger DIR
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
Test DIR
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
Transport DIR
- drwxr-xr-x 2025-11-18 19:24:12
Edit Download
4.45 KB lrw-r--r-- 2025-10-28 20:23:40
Edit Download
1.29 KB lrw-r--r-- 2025-10-28 20:23:40
Edit Download
2.36 KB lrw-r--r-- 2025-10-28 20:23:40
Edit Download
3.55 KB lrw-r--r-- 2025-10-28 20:23:40
Edit Download
1.04 KB lrw-r--r-- 2025-10-28 20:23:40
Edit Download
2.63 KB lrw-r--r-- 2025-10-28 20:23:40
Edit Download
768 B lrw-r--r-- 2025-10-28 20:23:40
Edit Download
2.46 KB lrw-r--r-- 2025-10-28 20:23:42
Edit Download
2.02 KB lrw-r--r-- 2025-10-28 20:23:42
Edit Download
8.02 KB lrw-r--r-- 2025-10-28 20:23:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).