David Bomba
40086db271
cs fixer
2024-01-14 15:05:00 +11:00
David Bomba
87b2be8572
Roll back static analysis for socialite
2023-08-07 18:29:07 +10:00
David Bomba
01cc61b586
Updated static analysis
2023-08-07 15:07:52 +10:00
David Bomba
2d8fc80779
minor fixes
2023-08-07 14:33:47 +10:00
David Bomba
4babfbb651
php-cs-fixer
2023-02-16 12:36:09 +11:00
David Bomba
4a968e739c
Fixes for tests
2023-02-01 09:52:12 +11:00
David Bomba
6c86d7151a
Update copyright year
2023-01-29 09:21:40 +11:00
David Bomba
a0ac9df5fd
Improve rate limiting when using send with gmail
2023-01-25 11:28:23 +11:00
David Bomba
396c5ec21b
Handle 429s for gmail
2023-01-16 13:31:54 +11:00
David Bomba
6ca955164e
fixes for bccs
2022-08-03 12:35:38 +10:00
David Bomba
48c36d0004
Fixes for mailers
2022-07-31 19:11:32 +10:00
David Bomba
7c66de28df
Remove redundant package
2022-07-11 21:40:54 +10:00
David Bomba
9dd1941bc7
Remove redundant package
2022-07-11 21:40:23 +10:00
David Bomba
3f42bf9bff
working on mailers
2022-07-06 10:08:09 +10:00
David Bomba
2e37d793ac
working on 8.1 support
2022-07-05 16:15:46 +10:00
David Bomba
94ca620b27
Fixes for gmailer
2022-06-25 07:02:59 +10:00
David Bomba
dee3ff7042
Fixes for gmailer
2022-06-25 00:36:59 +10:00
David Bomba
488b90f0e4
Fixes for mailers
2022-06-25 00:27:29 +10:00
David Bomba
04cabac085
Migration table for failed jobs
2022-06-25 00:11:10 +10:00
David Bomba
b1ff9f0305
Mailers for Laravel
2022-06-24 23:49:22 +10:00
Shift
19080933b6
Apply Laravel coding style
...
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.
You may customize the code style applied by adding a [PHP CS Fixer][1] or [PHP CodeSniffer][2] ruleset to your project root. Feel free to use [Shift's Laravel ruleset][3] to help you get started.
For more information on customizing the code style applied by Shift, [watch this short video][4].
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://github.com/squizlabs/PHP_CodeSniffer
[3]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
[4]: https://laravelshift.com/videos/shift-code-style
2022-06-21 09:57:17 +00:00
David Bomba
6f491dfb92
Update Copyright text
2022-04-27 13:20:41 +10:00
David Bomba
ac0efe9ead
Improves for interacting with gmail API
2022-01-23 23:18:09 +11:00
David Bomba
2db0ea41fc
Slow down hosted attachments
2021-11-15 08:52:04 +11:00
David Bomba
dbfb4069f7
Fixes for Gmail BCC
2021-06-23 15:13:33 +10:00
David Bomba
4eea13334e
Code cleanup
2021-06-23 13:03:47 +10:00
David Bomba
6af1ac9373
Fixes for Gmail BCC
2021-06-23 08:50:02 +10:00
David Bomba
9efc561fc8
Working on gmail BCC
2021-06-17 23:13:49 +10:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
David Bomba
edf2dfcc80
Minor fixes
2021-06-12 19:40:28 +10:00
David Bomba
c3f157717f
Fixes for multi-mailer gmail implementation
2021-02-17 13:21:47 +11:00
David Bomba
76f57387dc
Fixes for multi-mailer gmail implementation
2021-02-17 13:20:25 +11:00
David Bomba
aa9970326c
Fixes for multi mailer - gmail
2021-02-17 11:25:30 +11:00
David Bomba
a056f95e13
Fixes for EmailEntity
2021-02-16 23:56:12 +11:00
David Bomba
6e4979f2a1
Fixes for switching mailers are runtime when using queues
2021-02-16 23:24:36 +11:00
David Bomba
58a1e2812d
Wire up settings in mailer job
2021-02-16 22:19:07 +11:00
David Bomba
e11592e172
Fixes for gmail attachments
2021-02-11 18:58:37 +11:00
=
64351e0f0a
Fixes for attachments with gmail
2021-02-11 18:32:49 +11:00
David Bomba
5f3efdc5ff
Working on swift attachments
2021-02-11 16:48:13 +11:00
David Bomba
a36cfb99b8
GMail attachments
2021-02-11 14:43:48 +11:00
David Bomba
22fdb082b0
Tuning mime types for attachments
2021-02-11 10:55:08 +11:00
David Bomba
5a29b3ef02
Working on GMail
2021-02-11 10:38:42 +11:00
=
c9d58d7af7
Temporarily disable attachments from gmail emails
2021-02-10 23:03:58 +11:00
David Bomba
934610a01c
Update copyright + version bump + set canadian dollar symbol to $
2021-01-04 08:54:54 +11:00
=
7a058c9ae6
Move logging to nlog
2020-12-30 08:10:03 +11:00
Benjamin Beganović
ae88d5e08e
php-cs-fixer format
2020-11-25 15:19:52 +01:00
David Bomba
7977b2a1e7
Remove stale classes
2020-11-10 08:04:57 +11:00
David Bomba
9aeb2d7a5b
Psalm cleanup
2020-10-28 21:10:49 +11:00
David Bomba
ba75a44eb8
Laravel 7.x Shift ( #40 )
...
* Adopt Laravel coding style
The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.
However, Shift allows you to customize the adopted coding style by
adding your own [PHP CS Fixer][1] `.php_cs` config to your project.
You may use [Shift's .php_cs][2] file as a base.
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
* Shift bindings
PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using class name strings as these references are checked by the parser.
* Shift core files
* Shift to Throwable
* Add laravel/ui dependency
* Unindent vendor mail templates
* Shift config files
* Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them so you can review the commit diff for
changes. Moving forward, you should use ENV variables or create a
separate config file to allow the core config files to remain
automatically upgradeable.
* Shift Laravel dependencies
* Shift cleanup
* Upgrade to Laravel 7
Co-authored-by: Laravel Shift <shift@laravelshift.com>
2020-09-06 19:38:10 +10:00
David Bomba
8ab0238f3f
Attachments with GMail transport ( #3726 )
...
* Refactor mailers
* Fixes for mailer
* Fixes for approving a quote
* Refactor emailer
* Refactor emailer
* Attach files with GMail transport
* Attach files to GMail transport
2020-05-20 16:59:29 +10:00