Download the PHP package wpscholar/wp-email without Composer
On this page you can find all versions of the php package wpscholar/wp-email. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wpscholar/wp-email
More information about wpscholar/wp-email
Files in wpscholar/wp-email
Download wpscholar/wp-email
More information about wpscholar/wp-email
Files in wpscholar/wp-email
Vendor wpscholar
Package wp-email
Short Description A WordPress library to simplify sending emails.
License GPL-2.0-or-later
Package wp-email
Short Description A WordPress library to simplify sending emails.
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package wp-email
WordPress Email
A WordPress library to simplify sending emails.
What It Does
While WordPress does have the wp_mail() function, there are still a number of things you have to be aware of when sending emails. For example:
- You have to add a special filter to send an HTML email.
- You have to add a special filter to set the from name and/or email.
- Special characters in the email subject line or from name may not show properly if not properly decoded.
- To add CC or BCC recipients to an email, you have to add special headers.
- Email recipients have to be properly formatted if you want to include a name.
- Adding filters can impact other emails sent via the system.
This library removes these concerns and makes it easy to setup and send emails without impacting other emails being sent from the system.
How to Use It
-
Add to your project via Composer:
-
Make sure you have added the Composer autoloader to your project:
- Create a new email:
OR
All versions of wp-email with dependencies
PHP Build Version
Package Version
No informations.
The package wpscholar/wp-email contains the following files
Loading the files please wait ....