Skip to content

Commit

Permalink
update author
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong committed Dec 13, 2023
1 parent 34ee60d commit edf6c07
Show file tree
Hide file tree
Showing 22 changed files with 27 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Api/MailServiceInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
2 changes: 1 addition & 1 deletion Mail/SesService.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
2 changes: 1 addition & 1 deletion Mail/Transport.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
2 changes: 1 addition & 1 deletion Mail/Transport/HttpTransport.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
2 changes: 1 addition & 1 deletion Model/Config/Configuration.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
2 changes: 1 addition & 1 deletion Model/Email/AttachmentManagement.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
2 changes: 1 addition & 1 deletion Model/Email/AttachmentMedia.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
2 changes: 1 addition & 1 deletion Model/Json.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
2 changes: 1 addition & 1 deletion Plugin/Email/SaveAttachment.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
2 changes: 1 addition & 1 deletion Plugin/TransportBuilder.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Magentiz AdvancedSmtp by Open Techiz
# Magentiz AdvancedSmtp by Magentiz
Magentiz_AdvancedSmtp Extension, AdvancedSmtp for magento 2
> 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.
Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion Service/AbstractMailService.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
2 changes: 1 addition & 1 deletion Ui/Component/Listing/Column/Attachment.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
],
"authors": [
{
"name": "Open Techiz",
"email": "support@opentechiz.com",
"homepage": "https://www.opentechiz.com",
"name": "Magentiz",
"email": "info@magentiz.com",
"homepage": "https://magentiz.com",
"role": "Technical Support"
}
],
Expand All @@ -27,8 +27,7 @@
"advanced-smt",
"awsses",
"magentiz",
"magentiz_advancedsmtp",
"opentechiz"
"magentiz_advancedsmtp"
],
"autoload": {
"files": [ "registration.php" ],
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion etc/db_schema.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion etc/di.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/
-->
Expand Down
2 changes: 1 addition & 1 deletion registration.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/

Expand Down
2 changes: 1 addition & 1 deletion view/adminhtml/ui_component/mpsmtp_emails_log_grid.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Open Techiz. All rights reserved.
* Copyright © Magentiz. All rights reserved.
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
*/
-->
Expand Down

0 comments on commit edf6c07

Please sign in to comment.