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 Swiftmailer Bundle Laravel Package

accord/postmark-swiftmailer-bundle

Symfony2 bundle adding a Postmark transport for SwiftMailer. Configure your Postmark API key (and optional SSL) and set Swiftmailer transport to accord_postmark to send email through Postmark.

View on GitHub
Deep Wiki
Context7

PostmarkSwiftMailerBundle

A Symfony2 bundle that provides a Postmark transport implementation for SwiftMailer

Installation

Add bundle to composer.json

"require": {
    "php": ">=5.3.2",
    "symfony/symfony": "~2.1",
    "_comment": "your other packages",

    "accord/postmark-swiftmailer-bundle": "dev-master",
}

Add AccordPostmarkSwiftMailerBundle to application kernel

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Accord\PostmarkSwiftMailerBundle\AccordPostmarkSwiftMailerBundle(),
        // ...
    );
}

Add your API key to app/config/config.yml

accord_postmark_swift_mailer:
    api_key: POSTMARK_API_KEY
    use_ssl: true # Optional, true by default

Configure Swiftmailer to use this new transport in app/config/config.yml

swiftmailer:
    transport: accord_postmark
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.
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager