popartdesign/wordpress-mailer-dsn
最新稳定版本:v1.0.1
Composer 安装命令:
composer require popartdesign/wordpress-mailer-dsn
包简介
WordPress plugin to configure wp_mail() via MAILER_DSN environment variable.
README 文档
README
WordPress plugin to configure wp_mail() via MAILER_DSN environment variable.
Installation
Use the Composer:
composer require popartdesign/wordpress-mailer-dsn
Don't forget to activate the plugin, if you don't use the mu-plugins directory.
Define (in your .env file for example) the MAILER_DSN variable like this:
MAILER_DSN='mail://localhost'
Configuraton
Supported protocols:
mailsendmailqmailsmtpsmtps
Additional configuration could be applied via query string:
MAILER_DSN='mail://localhost?XMailer=SuperMailer&FromName=CoolSite'
PHPMailer configured by public properties, so you can use any of them. All allowed options could be found at PHPMailer Docs.
Examples
Sendmail
MAILER_DSN='sendmail://localhost?Sendmail=/usr/sbin/sendmail%20-oi%20-t'
SMTP
MAILER_DSN='smtp://user:password@localhost?SMTPDebug=3&Timeout=1000'
Gmail
MAILER_DSN='smtps://user@gmail.com:password@smtp.gmail.com:587'
Advanced
Sometimes it's not convinient to configure all options by the only one MAILER_DSN variable. For example, if you want to configure DKIM, you will end with very long unreadable DSN string. In this cases you can use one of MAILER_* variables:
MAILER_DEBUGMAILER_DEBUG_OUTPUTMAILER_FROMMAILER_FROM_NAMEMAILER_SENDERMAILER_DKIM_PRIVATEMAILER_DKIM_PASSPHRASEMAILER_DKIM_SELECTORMAILER_DKIM_IDENTITYMAILER_DKIM_DOMAIN- and etc.
See source code for all available vars.
License
Copyright (c) Voronkovich Oleg. Distributed under the MIT.
统计信息
- 总下载量: 5.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-06