Chris
Chris
@cosmini Couldn't you just mock the HTTP client? https://github.com/Bogardo/Mailgun#http-client-dependency
@jonnyxe Are you referring to ['Attaching Data to Messages'](https://documentation.mailgun.com/user_manual.html#attaching-data-to-messages) as mentioned in the API docs? If so, you can use the [`data($key, $value)` method](https://github.com/Bogardo/Mailgun#data-1).
This package relies on the [mailgun-php](https://github.com/mailgun/mailgun-php) library and unfortunately that library doesn't support this. You could request this feature there, once it has been added by them it's a minor...
The `Mailgun::queue()` option is unfortunately not supported in this package.
No, not really. I'm open for a PR though. You should be able to wrap your own queue callback around it right?
I've just pushed a new release for support for Laravel 5.1 and above. Support for Mailables is definitely on the roadmap and is not yet included in this version. Now...
Any news on this?
And some more: ``` Notice: Undefined index: ssba_font_family in simple-share-buttons-adder.php on line 306 Notice: Undefined index: ssba_font_family in simple-share-buttons-adder.php on line 311 Notice: Undefined index: ssba_homepage in simple-share-buttons-adder.php on line...
@rmclain, if you're still experiencing this issue. Your user model likely already includes the `TwoFactorAuthenticatable` trait, which contains the following method: ```php public function hasValidTwoFactorSession(): bool { return $this->breezySession?->is_valid ??...