Bogardo / Mailgun

Mailgun package for Laravel
MIT License
295 stars 115 forks source link

Laravel 5 #42

Closed lightwalkernet closed 9 years ago

lightwalkernet commented 9 years ago

I realize laravel 5 is not yet released but we are getting very close. Would be really great to have the Mailgun package working with laravel 5 when it's released. Your package is such a great package. Many thanks for all you work. It's been a life saver.

BCleverly commented 9 years ago

+1, Need the functionality for a project being worked on at the moment.

Bogardo commented 9 years ago

I'm definitely planning on making this package compatible with Laravel 5 but unfortunately I haven't found the time to do it yet. Note that Laravel 5 now has better support for Mailgun out of the box, though still limited to only send emails (without tags, campaigns etc.)

ghost commented 9 years ago

+1

theblindfrog commented 9 years ago

+1

ellisio commented 9 years ago

Any update on this progress? Really need the o:tag support for a project we're working on and it drives me nuts this isn't supported by default.

EHLOVader commented 9 years ago

+1

ritey commented 9 years ago

I've made a start, a pull request has been submitted...

ritey commented 9 years ago

Any update on this?

Kryptonit3-zz commented 9 years ago

Does the built in mail provider in L5 not work? There is support for mailgun.

ghost commented 9 years ago

The built in support is pretty basic and though you can do a lot with adding headers to a mailgun mail, you cannot easily manage lists and subscribers and so forth. At least, not that I'm aware of.

jjosephs commented 9 years ago

+1

jarbitlira commented 9 years ago

I added support to L5, see the PR.

While the PR is in review. you can use my repo following the next instructions:

"repositories": [
  {
  "type": "git",
  "url": "https://github.com/jarbitlira/Mailgun.git"
  }
],
"config": {
  "minimum-stability":"dev"
}
"bogardo/mailgun": "dev-laravel5"
 composer update --prefer-source

If some problem is detected. You can make an issue or a PR on my repo.

Regards and luck.