mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +09:00
Add advanced mailer module
This commit is contained in:
parent
0961253a74
commit
f9394ca26d
26 changed files with 1997 additions and 0 deletions
24
modules/advanced_mailer/conf/module.xml
Normal file
24
modules/advanced_mailer/conf/module.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispAdvanced_mailerAdminConfig" type="view" admin_index="true" menu_name="advanced_mailer" />
|
||||
<action name="dispAdvanced_mailerAdminExceptions" type="view" />
|
||||
<action name="dispAdvanced_mailerAdminSpfDkim" type="view" />
|
||||
<action name="dispAdvanced_mailerAdminTestConfig" type="view" />
|
||||
<action name="dispAdvanced_mailerAdminSentMail" type="view" />
|
||||
<action name="dispAdvanced_mailerAdminErrors" type="view" />
|
||||
<action name="procAdvanced_mailerAdminInsertConfig" type="controller" />
|
||||
<action name="procAdvanced_mailerAdminInsertExceptions" type="controller" />
|
||||
<action name="procAdvanced_mailerAdminCheckDNSRecord" type="controller" />
|
||||
<action name="procAdvanced_mailerAdminClearSentMail" type="controller" />
|
||||
<action name="procAdvanced_mailerAdminTestSend" type="controller" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="advanced_mailer" type="all">
|
||||
<title xml:lang="ko">고급 메일 발송 모듈</title>
|
||||
<title xml:lang="en">Advanced Mailer</title>
|
||||
</menu>
|
||||
</menus>
|
||||
</module>
|
||||
Loading…
Add table
Add a link
Reference in a new issue