Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Fernando Gutiérrez Fernando Gutiérrez

    Email Plus

    Kirby Email+ extends Kirby's email capabilities by adding support for multiple email services using the same Kirby email API.

    Docs Source

    Manual

    Download

    … and extract the folder to site/plugins/email-plus

    Composer

    Git Submodule

    Sponsor
    Version
    1.2.1
    License
    MIT
    Stars
    2
    Supports
    K5 K4
    Created
    3 Nov 2025
    Updated
    12 Nov 2025

    Info

    Topics
    • Emails
    • Integrations
    Implements
    • Core Component(s)
    Support
    • Docs
    • Issues
    Latest releases
    • 1.2.1
    • 1.2.0
    • 1.1.1
    • 1.0.1

    Similar plugins

    • IndexNow IndexNow plugin for Kirby CMS with automatic URL submission and a Panel log view. K5
    • Nuxt KQL Nuxt 3 module for Kirby's Query Language API K5 K4
    • OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication K5 K4

    More by Fernando Gutiérrez

    More
    • \Beebmx\KirbyEnv::load('main/path');
      
      return [
          'debug'  => env('KIRBY_DEBUG', false),
          'secret' => env('SECRET_KEY'),
          'public' => env('PUBLIC_KEY'),
      ];
      Env Store project credentials and variables in a .env file and access them in Kirby K5 K4
    • Enum Kirby Enum adds the ability to display and set enumeration content in the panel. K5 K4
    • X-Ray X-Ray provides a comprehensive overview of the content present on your site and individual pages, allowing you to inspect and evaluate them … K5