×
Community Blog What Is Alibaba Cloud DirectMail?

What Is Alibaba Cloud DirectMail?

We will discuss the evolution and mechanisms of the email, as well as briefly explore how you can use Alibaba Cloud DirectMail for your e-commerce web applications.

By Sai Sarath Chandra, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud community.

The electronic mail, better known as email, is one of the most widely used invention of the modern age. In fact, the email was created much earlier than the Internet. It is an important invention that has not faded in popularity; enterprises and businesses across the globe still use emails as the official channel of communication.

Let's look at the brief history of email? Back in the 1960s, there was no reliable medium to transfer or exchange the information. There were already multiple SMTP protocols, but none of them were reliable enough to be used to transfer critical information. Email was also developed using the SMTP protocol.

Initially, email was used only for transferring plain text messages in encoded format between two parties through a unique address. Also during that time, the email was only intended for military applications, some universities and corporate research laboratories. Later on, there were a lot of improvements made in terms of reliability as well as several other features.

In the 1980s, we started seeing applications with proper implementation of SMTP protocol as the internet became more accessible to the general users. In the 1990s, millions of people discovered the email and signed up for an inexpensive personal account. Advertisers also found this to be an inexpensive medium to reach large audiences. Unfortunately, with the growing popularity of email, some advertisers started flooding users' inboxes with large amounts of messages to promote their product, which is now known as "spam". Because of this, ISPs and email providers have developed several methods to reduce spam, including keyword filters, sender signature verification, DNS level blocking, and many more.

Fast forwarding to the 2010's, email still remains popular. Email is often considered as the official medium between organizations and individuals to record and communicate any formal work. It is an inexpensive and accurate medium of communication between two different parties. There are also several systems that can efficiently manage emails to keep the mailboxes clean.

Let's look at some advantages and disadvantages of email over other communication methods:

Advantages

  1. An email can be delivered much faster than physical mails.
  2. Emails can be sent 24/7 all around the year.
  3. All you need just an internet connection to access the email. (See Disadvantage)
  4. You can send a single message addressing to multiple people or forward messages to other recipients.
  5. Global connectivity. Email is also not limited by the boundaries anywhere around the world, and can be delivered within seconds.

Disadvantages

  1. The advantage of using an internet connection can also be a major disadvantage of emails. There are places with limited access to the internet or times when we don't have access to the internet.
  2. Email organization and categorization can be challenging when the number of messages is large.
  3. Email security can be compromised by spam, phishing emails, and viruses.
  4. There is no way to recall an email after it is sent (although this feature may be available for some internal networks, such as for corporate users).
  5. There is no way you can know whether a recipient has read an email until he/she explicitly shares a read receipt with the sender.

Ok, enough with the basics. Let's now discuss the underlying protocols of email in detail, starting with SMTP.

Details of SMTP

SMTP stands for simple message transfer protocol. It is a naive protocol and is very simple to understand and use. The original specifications are published under RFC 821 in 1982. It has been revised many times, and you will see lot more features and specifications added under RFC 5321.

SMTP protocol is an application layer protocol in the OSI Model. When a user logs in to an email server, a TCP connection between the client and the server is established. When the mail server receives a TCP connection, it initiates a connection on port 25 by default. Once the connection is made successfully, information will be exchanged between the sender and receiver.

1

User-Agent: A user agent refers to the mail client at both sender and receiver ends. A mail client can be anything like Thunderbird, Microsoft Outlook, and web clients like Gmail.

Let's see how this email travels all the way from the sender to receiver:

  1. Sender sends an email using mail client with an email address like "sender@somedomain.com" to email address "receiver@someOtherDomain.com" along with subject and body of the email
  2. The mail client communicates with the corresponding sender's email server (somedomain email server) and pushes this email to the server using encoding formats like ASCII, notifying to be delivered to the receiver address.
  3. The server then searches for the receiver mail server (someOtherDomain email server) over the internet. Once it finds a match, it will send the email using the SMTP protocol. Now the sender's mail server (somedomain) will act as the SMTP Client and the receiver's mail server (someOtherDomain) will act as the SMTP server.
  4. After setting up the stable connection between the client and the server the message will be sent to the receiver's mail server.
  5. Receiver's mailbox will receive the mail and store it in the receiver mailbox to be read at a later time.

At any point in time, the receiver can open his/her mail client and read the incoming mail.

POP3 and IMAP

In addition to SMTP, there are two other commonly used protocols for emails, which are POP3 and IMAP.

POP3

POP stands for post office protocol. The digit next to it is just to denote the version of POP. POP simply says that once a message is received by the client, then that message will be deleted from the server. This means that you can access an incoming mail only from a single device. If you want to access the mail from multiple devices, then you should explicitly mark the mail so that it would not be deleted from the server. The main advantage of POP is that the server will not be overwhelmed by message storage; the storage limited only by the capacity of your device.

IMAP

IMAP stands for internet message access protocol. This protocol has all the features of what POP has. However, unlike POP, IMAP was made to have the emails available across multiple devices. If you receive an email using one client, you can still see the message on a different device because your mailboxes will be automatically synchronized.

Once big advantage that IMAP provides is the ability to log into multiple clients. In addition to mail storage, the mail read/unread statuses will be synchronized across all clients. However, this may present an increased load onto the mail server due to the increased storage space until you explicitly clear them up/user deletes the emails.

Alibaba Cloud DirectMail

Ok, great. We have just discussed the high-level overview of the SMTP protocol. Although there is a lot more to it than what we discussed here, we will not dive into the details in this article. Setting up your mail server manually requires a lot of resources and time for both testing and setting it up.

Instead, you can leverage the services such as Alibaba Cloud DirectMail to set up your own official mail server, which greatly reduces the effort and time to get your email up and running. You can also take advantage of other security products provided by Alibaba Cloud on top of DirectMail to make it more secure.

Let's take a look at the details of Alibaba Cloud DirectMail service and its benefits.

Features of DirectMail

DirectMail was originally developed for Alibaba's own e-commerce platforms, which includes servicing Alibaba's record-breaking annual sales festival, Singles' Day. Tens of millions of emails are sent every day through DirectMail by Alibaba and Alibaba Cloud customers.

DirectMail guarantees stable and high conversion rates across various mail channels. Emails can be sent to the product console, API interface, and SMTP interface.

Stable and Scalable

  1. Outbound mail redundancy is stored on multiple servers and databases to provide stability and scalability.

Fast and Accurate

  1. High concurrency mail processing.
  2. Control mailing frequency with strategic mailing functionality.
  3. Reliable and fast delivery.

Multiple Mail Types

  1. Trigger Mail: Includes registration confirmation, order confirmation, password reset, transaction notification, and more.
  2. Batch Mail: Includes product promotions, journal subscriptions, and more.

Highly Cost-effective

  1. Enjoy Pay-As-You-Go without any limit on minimum usage fees.
  2. There are multiple SDKs available to access the mail server programmatically using Java PHP and C Sharp

You can also get the sample SMTP reference for other programming languages like Python Perl, Ruby, Node.js, and Go. You can also use Alibaba Cloud Resource Access Management feature to allocate specific rights to additional users to access a console for managing the mail server.

0 0 0
Share on

Alibaba Clouder

2,605 posts | 747 followers

You may also like

Comments