All Projects → wordplate → mail

wordplate / mail

Licence: MIT License
A custom SMTP credentials plugin for WordPress

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to mail

go-mail
📨 Simple email interface across multiple service providers (ses, postmark, mandrill, smtp)
Stars: ✭ 39 (+62.5%)
Mutual labels:  mail
laravel-postal
This library integrates Postal with the standard Laravel mail framework.
Stars: ✭ 20 (-16.67%)
Mutual labels:  mail
james-hupa
Apache James hupa
Stars: ✭ 20 (-16.67%)
Mutual labels:  mail
go-mailer
📫 Simple e-mail sender for Go Programming Language
Stars: ✭ 31 (+29.17%)
Mutual labels:  mail
IMAPLoginTester
A simple Python script that reads a text file with lots of e-mails and passwords, and tries to check if those credentials are valid by trying to login on IMAP servers.
Stars: ✭ 47 (+95.83%)
Mutual labels:  mail
spring-boot-examples
本仓库为《Spring Boot 系列文章》代码仓库,欢迎点赞、收藏。
Stars: ✭ 52 (+116.67%)
Mutual labels:  mail
nettemp
Interface for controlling the temperature sensors DS18B20, supports; serial DS9097, usb DS9097U, usb DS2490, Raspberry Pi GPIO
Stars: ✭ 53 (+120.83%)
Mutual labels:  mail
go-simple-mail
Golang package for send email. Support keep alive connection, TLS and SSL. Easy for bulk SMTP.
Stars: ✭ 298 (+1141.67%)
Mutual labels:  mail
TimeMail
Write a letter to the future,After many years, I hope you will live up to your expectations.
Stars: ✭ 33 (+37.5%)
Mutual labels:  mail
muttjump
Jump to the original message from a virtual maildir in Mutt
Stars: ✭ 26 (+8.33%)
Mutual labels:  mail
mailing
📬 Sending emails with pleasure and prepared templates.
Stars: ✭ 15 (-37.5%)
Mutual labels:  mail
nova-mailman
Conveniently route all emails to a local mailbox.
Stars: ✭ 47 (+95.83%)
Mutual labels:  mail
unlister
📬 Script for Mail on macOS that automatically unsubscribes from promotional emails and newsletters
Stars: ✭ 33 (+37.5%)
Mutual labels:  mail
wenda
使用SSM框架搭建仿知乎问答社区
Stars: ✭ 78 (+225%)
Mutual labels:  mail
Mail
基于 Net.Mail 封装的发送邮件工具类。仅需一行代码,发送邮件。支持自定义邮件发出邮箱、发出方名字等。 支持SSL加密发送。 多个接收人、抄送人。支持群发独显。 支持添加附件、多个附件。 目前大部分主流邮箱全支持。
Stars: ✭ 87 (+262.5%)
Mutual labels:  mail
client
A simple, extendable mail client written in Node.JS
Stars: ✭ 20 (-16.67%)
Mutual labels:  mail
Mail
RiiConnect24 Mail Scripts. OSS.
Stars: ✭ 11 (-54.17%)
Mutual labels:  mail
mailx
A lightweight SMTP mail library
Stars: ✭ 17 (-29.17%)
Mutual labels:  mail
nuxt-mail
Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Stars: ✭ 62 (+158.33%)
Mutual labels:  mail
smtplib-bruteforce
bruteforcing gmail (TLS/SSL)
Stars: ✭ 26 (+8.33%)
Mutual labels:  mail

Mail

A custom SMTP credentials plugin for WordPress.

To send email with WordPress you can use the wp_mail helper method. WordPlate provides a simple way to add custom SMTP credentials.

Monthly Downloads Latest Version

Installation

Require the package, with Composer, in the root directory of your project.

composer require wordplate/mail

Login to the WordPress administrator dashboard and active the plugin. Then update the credentials in your .env environment file with your SMTP keys.

MAIL_HOST=null
MAIL_PORT=587
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls

If you want to specify a custom name and email address for outgoing mail, you may add the following two variables to your environment file:

MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME=null
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].