Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 582 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 582 Bytes

c2-email-plugin

This is a plugin for Construct 2 that allows developers to send emails through SMTP servers.

Construct Tutorial

Front-end

The following files are used at the client side to integrate into Construct 2:

  • common.js
  • edittime.js
  • runtime.js
  • PluginIcon.ico

Back-end

The following files are used on the server side to receive front-end requests and process them:

  • mail.php
  • composer.json
  • phpmailer/

Planned features

  • Custom script url
  • More options
  • Configuration inside the plugin instead of each action
  • ...