File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
use Exception ;
6
6
use GuzzleHttp \Exception \GuzzleException ;
7
- use http \Env ;
8
7
use Symfony \Component \Mailer \Envelope ;
9
8
use Symfony \Component \Mailer \Exception \TransportException ;
10
9
use Symfony \Component \Mailer \Transport \AbstractTransport ;
@@ -38,6 +37,13 @@ public function __construct(TransactionMail $api)
38
37
parent ::__construct ();
39
38
}
40
39
40
+ /**
41
+ * Send the given message.
42
+ * Triggered by parent::send()
43
+ *
44
+ * @param SentMessage $message
45
+ * @return void
46
+ */
41
47
protected function doSend (SentMessage $ message ): void
42
48
{
43
49
try {
@@ -111,6 +117,6 @@ protected function buildAttachmentModels(Email $message): array
111
117
*/
112
118
public function __toString (): string
113
119
{
114
- return "laravel- newsletter-driver " ;
120
+ return "newsletter " ;
115
121
}
116
122
}
You can’t perform that action at this time.
0 commit comments