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

Mailer Bundle Laravel Package

chaplean/mailer-bundle

View on GitHub
Deep Wiki
Context7

Getting Started With Chaplean Mailer Bundle

Prerequisites

This version of the bundle requires Symfony 2.8+.

Installation

1. Composer

composer require chaplean/mailer-bundle

2. Register bundle

Add in AppKernel:

new Chaplean\Bundle\MailerBundle\ChapleanMailerBundle(),

3. Configuration

Include configuration in config.yml

chaplean_mailer:
    bcc_address: '<email_reference>'
    bounce_address: '<email_reference>'
    sender_address: '<no_reply_email>'
    sender_name: '<sender_name>'
    subject:
        prefix: '<prefix>'
    test: false
    disabled_email_extensions: ['<domain>'] # default empty
    amazon_tags: # optional, add amazon tag in header message
        configuration_set: <> # required, use in X-SES-CONFIGURATION-SET
        project_name: <project_name> # required, use in X-SES-MESSAGE-TAGS
        env: <environement> # required, use in X-SES-MESSAGE-TAGS
Note:

SwiftmailerBundle configuration is included by this bundle

# Swiftmailer Configuration
swiftmailer:
    transport:  '%mailer_transport%'
    host:       '%mailer_host%'
    port:       '%mailer_port%'
    username:   '%mailer_user%'
    password:   '%mailer_password%'
    encryption: '%mailer_encryption%'
    spool:      { type: memory }
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.
phalcon/cli-options-parser
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
directorytree/privacy-filter-classifier
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata