Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github.com/mageplaza/magento-2-smtp
Every day you send and receive hundreds or more emails, however, you actually do not know whether they will get your targeted customers inbox. So, we offer Magento 2 SMTP Extension as a solution for this problem.
SMTP Extension for Magento 2 allows the owner offer a Magento 2 store to custom SMTP (Simple Mail Transfer Protocol) server which transmits email messages. Through the SMTP server, messages will be delivered directly and automatically to the chosen customers. It offers flexible configurations with 21 different SMTP servers such as Gmail, Hotmail, O2 Mail, Office365, Mail.com, Send In Blue, AOL Mail Orange, GMX, Outlook, Yahoo, Comcast, or Custom SMTP
- for your own SMTP server, etc.
Run the following command in Magento 2 root folder:
composer require mageplaza/module-smtp
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
The SMTP Extension is easy and flexible to configure. It's easy for the owner to set or reset any option. It can easily be configured in many different ways to suit your purposes.
The extension offers an useful debugging mode. This allows store owners to test their emails by logging an exact copy of emails sent to customers, including the content. This allows store owners to see and correct any errors in sent emails. The Debug mode allows owners to manage, preview or review the time the email was created. The logs can be deleted either automatically through a cron job or manually.
All the emails sent out from your store will be kept in the Magento 2 SMTP extension log. The Admin can review the content of the email and to whom it was sent. Furthermore, you also check the time sent and the current, status whether it is pending, in process or failed in the list.
This feature allows admin test the SMTP Settings and make sure it works for current store.
In Magento 2, the default email server is the server installed on the webserver, which means the sender reputation for emails may be low. Low sender reputation may cause emails to be treated as untrustworthy and may be delivered to spam folders. This is undesirable for obvious reasons. Imagine your customers' reaction when important email communication like password resets, transactional emails, shipping notifications and and others are not delivered.
Mageplaza SMTP will help you resolve this issue. We make several popular email providers available to configure directly in your magento admin panel. We also provide you with an easy to review log of emails that were sent, including useful details for debugging. Say goodbye to your customers' spam box forever.
This can be accessed at Mageplaza > SMTP > Email Logs
. From here you can see the emails sent from the server to customers.
By clicking View in each email, you can have an understanding of what the customer will see when they receive the email in their client. You can hit the Clear red button to clear all the archived emails to clean up your archive when you are done.
Log into the Magento administration panel, go to Mageplaza > SMTP > Configuration > General Configuration
Choose Yes to enable Mageplaza SMTP.
In the general general configuration area, scroll down to the SMTP Configuration Options
In SMTP Provider field, choose your provider from one of nearly 30 SMTP email service providers. Click Auto Fill button to fill Host, Port, Authentication and Protocol automatically, which are compatible with the SMTP provider you had chosen. Alternatively, you can select a custom provider, and fill this information in yourself.
At Host field, type your Support Host name and ID Address. You can also customize the STMP Provider’s Host name here. If you clicked Auto fill button, you can skip this step.
Port is a specific gate where emails will be sent through. You can also pass this step if you had choose Auto fill from the first place. In general, there will be 3 kinds of Default Port
Authentication field is place where you decide an authentication method. If you hadn’t clicked Auto fill button before, please note those basic methods
Account: where you enter the account name matching format of the SMTP Provider you had selected
Password: password of the Username. After saving, the password will be encrypted into ******
Protocol: pass this step if you had chosen Auto fill, or you can select one of the providing protocol below here
Return-path email: leave it empty if you want to ignore this.
Test email recipient: This is the field for you to test the operation of the extension. After filling all fields, click Test Now button. If the information entered is valid, a successful email notification will be sent from Username to Email Test. That email will have the following content:
This section is placed right under SMTP Configuration Options, which is from Admin Panel > Mageplaza > SMTP > Configuration > scroll down and expand to see Schedule Log Cleaner
The Clean Email Log Every field limits the storage time for the email you sent. After that limited number of days, Email will automatically delete. If you do not want to delete the emails, leave the field blank.
Log Email will supply two modes:
Developer Mode:
People also search:
Orther Mageplaza extension on Github & Maketplace
☞ Magento 2 Reward Points extension
☞ Magento 2 Layered Navigation extension
☞ Magento 2 Google Tag Manager
☞ Magento 2 Social Login on Github
☞ Magento 2 SEO extension on Github
☞ Magento 2 Blog extension on Github
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.