mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
creation of plugin that handle paste multi row mail addresses into a single email field
This commit is contained in:
parent
263d97ee31
commit
bc6a0be048
5 changed files with 54 additions and 0 deletions
9
plugins/contact-group-excel-paste/index.php
Normal file
9
plugins/contact-group-excel-paste/index.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
class ContactGroupExcelPastePlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||
{
|
||||
public function Init()
|
||||
{
|
||||
$this->addJs('js/excel_contact_group.js');
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue