Skip to content

fpauk/c2-email-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

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
  • ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.0%
  • CSS 13.3%
  • JavaScript 7.9%
  • HTML 2.1%
  • Shell 0.7%