tehplague / swiftmailer-mailgun-bundle

Swiftmailer Mailgun transport as a Symfony bundle
104 stars 49 forks source link

Prepare for mailgun 2.3 #40

Closed Nyholm closed 7 years ago

Nyholm commented 7 years ago

We want to support the new mailgun API. There are still some issue here. But this is a first draft.

Nyholm commented 7 years ago

I've solved the issues. This PR is ready for a review. It is blocked by https://github.com/mailgun/mailgun-php/pull/341

codecov-io commented 7 years ago

Codecov Report

Merging #40 into master will decrease coverage by 0.04%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
- Coverage   88.11%   88.07%   -0.05%     
==========================================
  Files           3        3              
  Lines         101      109       +8     
==========================================
+ Hits           89       96       +7     
- Misses         12       13       +1
Impacted Files Coverage Δ
Service/MailgunTransport.php 84.5% <66.66%> (+1.17%) :arrow_up:
...encyInjection/cspooSwiftmailerMailgunExtension.php 92.3% <83.33%> (-7.7%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 21efc86...19f5518. Read the comment docs.