mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add boot up for gmail api transport
This commit is contained in:
parent
ff783804ff
commit
6bd785cc66
@ -39,6 +39,19 @@ class MailServiceProvider extends MailProvider
|
|||||||
public function registerGmailApiMailer()
|
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()
|
public function registerMicrosoftMailer()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user