Laravel mail bcc

8

Ich verwende die Standard-Klasse Laravel Mail , um E-Mails zu senden.

Ich versuche, bcc zu mir selbst hinzuzufügen, aber wenn ich einen bcc hinzufüge, wird die E-Mail überhaupt nicht gesendet.
Hier ist mein Code:

%Vor%     
Ivan Dokov 06.11.2014, 07:45
quelle

1 Antwort

16

Ich habe das Problem gefunden.
Ich habe nicht die richtigen Parameter für $message->bcc('[email protected]');

verwendet

Ich musste E-Mail UND Namen schreiben: $message->bcc('[email protected]', 'My Name');
Genauso wie ich $message->to($toEmail, $toName);

benutze     
Ivan Dokov 06.11.2014, 09:02
quelle

Tags und Links

yii\base\ErrorException
Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Core Warningyii\base\ErrorException

PHP Startup: Unable to load dynamic library 'mongodb.so' (tried: /usr/lib64/php/modules/mongodb.so (/usr/lib64/php/modules/mongodb.so: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/mongodb.so.so (/usr/lib64/php/modules/mongodb.so.so: cannot open shared object file: No such file or directory))

$_GET = [
    'id' => '346864',
    'url' => 'laravel-mail-bcc',
];

$_SESSION = [
    '__flash' => [],
];