Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Postmark Laravel Package

openbuildings/postmark

Laravel package for integrating Postmark email delivery into your app. Provides a simple mail driver and configuration for sending transactional emails via Postmark’s API, fitting neatly into Laravel’s mail system with minimal setup.

View on GitHub
Deep Wiki
Context7
0.5.0
  • Enabled support for Swift Mailer 6.
  • Dropped support Swift Mailer 5.

See #47.

Thanks to @sinamt for this upgrade!

0.4.0

Upgrade php version to ^7.1 Upgrade phpunit version to ^7

0.3.6

See #42 and #43.

0.3.5

This is fixing a bug introduced after merging https://github.com/OpenBuildings/postmark/pull/24

The Content-ID header must not be set for attachments with Content-Disposition: attachment. Postmark is automatically converting attachments with Content-ID to inline attachments, because the Content-Disposition cannot be set in the API.

0.3.4
  • Test on PHP 7
  • Test with lowest and highest Composer dependencies
  • Other updates to tests and Travis CI configuration
  • Add LGTM.co integration for pull requests
  • Add EditorConfig
  • Update list of Postmark API exceptions

See #30, #36, #37, #38.

0.3.3

This enables you to listed to Postmark API exceptions using the Swift built-in listeners. See #28 for more information.

0.3.2

See #24

0.3.1

See #21.

0.2.1

See #21.

0.1.7

See #21.

0.3.0

See #16 and #17.

The old interface is deprecated and will be removed in the next version. This release is a transitional release to the new interface. New things will be developed on top of the new one and 0.3.0 allows you to migrate gradually to it.

Summary of some of the changes:

Old New
$transport->api() $transport->getApi()
$transport->api($api) $transport->setApi($api)
$api->token() $api->getToken()
$api->token($token) $api->setToken($token)
$api->headers() $api->getHeaders()
$api->is_secure() $api->isSecure()
$api->get_send_uri() $api->getSendUri()

and so on...

Calling the old methods would trigger an E_USER_DEPRECATED error. You could suppress it with something like error_reporting(E_ALL & ~E_USER_DEPRECATED).

0.1.6

See #9, #10 and #11.

0.1.5

See https://github.com/OpenBuildings/postmark/pull/8

Other changes:

  • PSR-2
  • Test against PHP 5.5 and 5.6
0.1.4

This makes it compatible with Laravel.

See #1.

0.1.3
0.1.2
0.1.1
0.1.0
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky