AdminCompanyEmails extends AdminController
Admin Company Emails Settings
Table of Contents
Methods
| addHtmlTemplate() | Add HTML Template group |
| addSignature() | Add Email Signature |
| deleteAttachment() | Delete Attachment |
| deleteHtmlTemplate() | Delete HTML Template group |
| deleteSignature() | Delete Email Signature |
| editHtmlTemplate() | Edit HTML Template group |
| editSignature() | Edit Email Signature |
| editTemplate() | Edit Email Template |
| htmlTemplates() | Email HTML Templates |
| index() | Taxes page |
| mail() | Email Mail Settings page |
| mailTest() | Test SMTP connection |
| preAction() | Pre-action |
| signatures() | Email Signatures |
| templates() | Email Templates |
| getDeliveryMethods() | Retrieves a list of mail delivery methods |
| getOauth2Providers() | Retrieves a list of OAuth 2.0 providers |
| getSmtpSecurityOptions() | Retrieves a list of SMTP security options |
| getTemplateActions() | Retrieves a list of Email Template bulk actions |
Methods
addHtmlTemplate()
Add HTML Template group
public
addHtmlTemplate() : mixed
addSignature()
Add Email Signature
public
addSignature() : mixed
deleteAttachment()
Delete Attachment
public
deleteAttachment() : mixed
deleteHtmlTemplate()
Delete HTML Template group
public
deleteHtmlTemplate() : mixed
deleteSignature()
Delete Email Signature
public
deleteSignature() : mixed
editHtmlTemplate()
Edit HTML Template group
public
editHtmlTemplate() : mixed
editSignature()
Edit Email Signature
public
editSignature() : mixed
editTemplate()
Edit Email Template
public
editTemplate() : mixed
htmlTemplates()
Email HTML Templates
public
htmlTemplates() : mixed
index()
Taxes page
public
index() : mixed
mail()
Email Mail Settings page
public
mail() : mixed
mailTest()
Test SMTP connection
public
mailTest() : mixed
preAction()
Pre-action
public
preAction() : mixed
signatures()
Email Signatures
public
signatures() : mixed
templates()
Email Templates
public
templates() : mixed
getDeliveryMethods()
Retrieves a list of mail delivery methods
private
getDeliveryMethods() : array<string|int, mixed>
Return values
array<string|int, mixed> —A list of key=>value pairs of delivery methods
getOauth2Providers()
Retrieves a list of OAuth 2.0 providers
private
getOauth2Providers() : array<string|int, mixed>
Return values
array<string|int, mixed> —A list of key=>value pairs of OAuth 2.0 providers
getSmtpSecurityOptions()
Retrieves a list of SMTP security options
private
getSmtpSecurityOptions() : array<string|int, mixed>
Return values
array<string|int, mixed> —A list of key=>value pairs of smtp security options
getTemplateActions()
Retrieves a list of Email Template bulk actions
private
getTemplateActions() : array<string|int, mixed>
Return values
array<string|int, mixed> —A list of key=>value pairs of bulk actions