MelisTipimail is the module that allow user access TipiMail inside the melisplatform as a module.
These instructions will get you a copy of the project up and running on your machine.
You will need to install melisplatform/melis-core in order to have this module running. This will automatically be done when using composer.
Run the composer command:
{
"require": {
"melisplatform/melis-tipimail": "dev-master"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/melisplatform/melis-tipimail"
}
]
}
Inside the melis-tipimail/config/app.tools.php you can configure the url of which the tool's iframe is being directed.
'plugins' => array(
'melisTipimail' => array(
'tools' => array(
'melis_tipmail_tool' => array(
'config' => array(
'url' => 'https://app.tipimail.com/#/access/login'
),
),
),
),
),
- Tipimail Tool
- Melis Technology - www.melistechnology.com
See also the list of contributors who participated in this project.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Feel free to fork the project, create a feature branch, and send us a pull request!