From edf6c074d0d6eaa648d2a278cbc6dea7cc76c5da Mon Sep 17 00:00:00 2001 From: vuong Date: Wed, 13 Dec 2023 16:46:51 +0700 Subject: [PATCH] update author --- Api/MailServiceInterface.php | 2 +- Helper/Data.php | 2 +- Mail/SesService.php | 2 +- Mail/Transport.php | 2 +- Mail/Transport/HttpTransport.php | 2 +- Model/Config/Configuration.php | 2 +- Model/Email/AttachmentManagement.php | 2 +- Model/Email/AttachmentMedia.php | 2 +- Model/Json.php | 2 +- Plugin/Email/SaveAttachment.php | 2 +- Plugin/TransportBuilder.php | 2 +- README.md | 6 +++--- Service/AbstractMailService.php | 2 +- Ui/Component/Listing/Column/Attachment.php | 2 +- composer.json | 9 ++++----- etc/adminhtml/system.xml | 2 +- etc/config.xml | 2 +- etc/db_schema.xml | 2 +- etc/di.xml | 2 +- etc/module.xml | 2 +- registration.php | 2 +- view/adminhtml/ui_component/mpsmtp_emails_log_grid.xml | 2 +- 22 files changed, 27 insertions(+), 28 deletions(-) diff --git a/Api/MailServiceInterface.php b/Api/MailServiceInterface.php index 2b0a35e..1caac62 100644 --- a/Api/MailServiceInterface.php +++ b/Api/MailServiceInterface.php @@ -1,6 +1,6 @@ Magentiz AdvancedSmtp is built depending on module [Magento 2 SMTP](https://github.com/mageplaza/magento-2-smtp) and has additional integration with [AWS Ses](https://aws.amazon.com/ses/), [Magento 2 SMTP](https://github.com/mageplaza/magento-2-smtp) will be automatically installed when you use Composer. If you're installing using an archive, please install module [Magento 2 SMTP](https://github.com/mageplaza/magento-2-smtp) for the extension to work properly. @@ -38,11 +38,11 @@ This can be accessed at ```Store > SMTP > Email Logs```. From here you can see t ## Support -If you have any issues, please [contact us](mailto:support@opentechiz.com) +If you have any issues, please [contact us](mailto:info@magentiz.com) ## Need More Features? Please contact us to get a quote -https://www.opentechiz.com/contact-us/ +https://magentiz.com/ ## License The code is licensed under [Open Software License ("OSL") v. 3.0](http://opensource.org/licenses/osl-3.0.php). diff --git a/Service/AbstractMailService.php b/Service/AbstractMailService.php index 4a7130c..c12ae4b 100644 --- a/Service/AbstractMailService.php +++ b/Service/AbstractMailService.php @@ -1,6 +1,6 @@ diff --git a/etc/config.xml b/etc/config.xml index b8d96e2..4728359 100644 --- a/etc/config.xml +++ b/etc/config.xml @@ -1,7 +1,7 @@ diff --git a/etc/db_schema.xml b/etc/db_schema.xml index bb248ec..d48368d 100644 --- a/etc/db_schema.xml +++ b/etc/db_schema.xml @@ -1,7 +1,7 @@ diff --git a/etc/di.xml b/etc/di.xml index 014beb3..0ce7505 100644 --- a/etc/di.xml +++ b/etc/di.xml @@ -1,7 +1,7 @@ diff --git a/etc/module.xml b/etc/module.xml index d6cc092..0a2928b 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,7 +1,7 @@ diff --git a/registration.php b/registration.php index d38dcf2..ceea91d 100644 --- a/registration.php +++ b/registration.php @@ -1,6 +1,6 @@