Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikyo/cf7-smtp
A WordPress SMTP plugin for Contact Form 7 that allows the smtp server configuration of wp_mail() powered by automated report and custom mail templates.
https://github.com/erikyo/cf7-smtp
contact-form-7 smtp wordpress wordpress-plugin
Last synced: 13 days ago
JSON representation
A WordPress SMTP plugin for Contact Form 7 that allows the smtp server configuration of wp_mail() powered by automated report and custom mail templates.
- Host: GitHub
- URL: https://github.com/erikyo/cf7-smtp
- Owner: erikyo
- License: gpl-3.0
- Created: 2022-11-06T19:54:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T19:07:58.000Z (11 months ago)
- Last Synced: 2024-10-27T16:38:53.006Z (2 months ago)
- Topics: contact-form-7, smtp, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/cf7-smtp/
- Size: 1.15 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Contact Form 7 - SMTP
A WordPress SMTP plugin for Contact Form 7 that allows the smtp server configuration of wp_mail() powered by automated report and custom mail templates.This is the GitHub repo of the plugin hosted into [WordPress.org Plugin Directory](https://wordpress.org/plugins/cf7-smtp/).
License
-------This plugin is released under the GNU General Public License Version 2 (GPLv2). For details, see [license.txt](license.txt).
Getting started
---------------Install the Contact Form 7 plugin through the **Add Plugins** screen (**Plugins > Add New**). After activating the plugin, the **SMTP** sub-menu will appear under the Contact Form 7 menu, in the left sidebar.
Support
-------Support for this plugin is primarily provided within the volunteer-based WordPress.org support forums. The official website also provides custom development and professional support services.
Contributing to Contact Form 7 - SMTP
-----------------------------------------You can contribute to the project of SMTP for Contact Form 7 collaborating with we to develop this plugin or translating it.
#### if you are downloading the GitHub version, do not forget to install the composer and npm dependencies
```bash
$ git clone https://github.com/erikyo/cf7-smtp.git
$ cd cf7-smtp
$ npm i && composer install
```#### Easy to contribute!
All ready for development in 2 minutes! If you have docker installed, you only need to run the wp-env command to start a server with WordPress, CF7-SMTP (this plugin) and Contact Form 7.
```bash
$ wp-env start
```Special Thanks
--------------[Takayuki Miyoshi](https://github.com/takayukister) - [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
[WPBP-WordPress plugin boilerplate](https://github.com/WPBP/WordPress-Plugin-Boilerplate-Powered)