Add boot up for gmail api transport
This commit is contained in:
parent
ff783804ff
commit
6bd785cc66
1 changed files with 13 additions and 0 deletions
|
|
@ -39,6 +39,19 @@ class MailServiceProvider extends MailProvider
|
|||
public function registerGmailApiMailer()
|
||||
{
|
||||
|
||||
// $factory = new GmailApiTransportFactory();
|
||||
|
||||
// if (! isset($config['secret'])) {
|
||||
// $config = $this->app['config']->get('services.mailgun', []);
|
||||
// }
|
||||
|
||||
// return $factory->create(new Dsn(
|
||||
// 'gmail+api'),
|
||||
// $config['endpoint'] ?? 'default',
|
||||
// $config['secret'],
|
||||
// $config['domain']
|
||||
// ));
|
||||
|
||||
}
|
||||
|
||||
public function registerMicrosoftMailer()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue