Category Archive: Aspose.Email Product Family

Official blog of Aspose.Network for .NET with news of newly supported features, hot fixes, technical articles, tips and videos.

Connect to SMTP Server using Python

Simple Mail Transfer Protocol (SMTP) is the most commonly used email protocol that deals with sending email messages from client applications to the email server. In various cases, the email clients are implemented within Python applications to send emails via SMTP. For such scenarios, this article covers how to connect to an SMTP server using Python. Furthermore, it demonstrates how to send an email via SMTP.

Posted in Aspose.Email Product Family | Tagged , , ,

Connect to an IMAP Server using Java

Internet Message Access Protocol (IMAP) is a commonly used protocol for retrieving messages from the email servers. In order to access the mailbox from your client applications, you would first need to establish a connection with the IMAP server. To achieve this, this article covers how to connect to an IMAP server using Java. Furthermore, you will learn how to use SOCKS or HTTP proxy and connect to an SSL-enabled IMAP server programmatically.

Posted in Aspose.Email Product Family | Tagged , , , ,

Send Word Document in Email Body using C++

Emails are the primary source of communication over the internet, and in the majority of cases, the layout and formatting of the emails is important. However, the majority of the email clients do not provide the enhanced formatting options required for designing high-quality email content. In such cases, a well-formatted Word document can be used in the body of the email. In this article, you will learn how to send a Word document as the body of the email using C++.

Posted in Aspose.Email Product Family | Tagged ,

Read Emails in Python using POP3 or IMAP

In this article, you will learn how to retrieve email messages from the mail servers programmatically. Particularly, you will come to know how to connect to the mail server using IMAP or POP3 protocols and read the emails in Python.

Posted in Aspose.Email Product Family | Tagged , , ,

Convert Email to HTML in Python

Email messages are often required to be converted to HTML format to embed them within the web pages. In order to automate this conversion, in this article, you will learn how to convert emails to HTML using Python. Particularly, the article will cover how to convert EML or MSG email files to HTML pages.

Posted in Aspose.Email Product Family | Tagged , , , ,

Create and Send Emails via SMTP in Python

Automated emails are commonly used to send notifications or other messages to subscribers. Also, various emails are triggered based on the actions or behavior of the users. In order to implement email automation, this article covers how to create and send emails programmatically in Python.

Posted in Aspose.Email Product Family | Tagged , , ,

Connect to SMTP Server using Java

The SMTP is a commonly used email protocol to send emails from the client applications to the email servers. Before communicating with an SMTP server, you need to establish a connection. In this article, you will learn how to connect to an SMTP server programmatically using Java. Furthermore, the article will cover how to connect to the SMTP servers via SOCKS or HTTP proxies.

Posted in Aspose.Email Product Family | Tagged , ,

Working with MSG and VCF Contacts using C++

Contacts are an essential part of any email client as they facilitate the user by remembering all their contacts, similar to the contacts on your smartphone. Outlook contacts store a lot of information regarding a person, such as their name, address, contact number, email address, etc. These contacts can be stored in MSG and VCF formats. You might find yourself in scenarios where you need to create or alter MSG or VCF contacts programmatically. For that, this article will teach you how to work with MSG and VCF contacts using C++.

Posted in Aspose.Email Product Family | Tagged , , , , ,

Send a Word Document as Email in Java

In most cases, emails are sent in a well-formatted layout following a particular template. However, various email editors do not provide the enhanced formatting options. In such cases, you can create a message in a Word document and use it as an email body. In this article, you will learn how to send an MS Word document as an email body using Java.

Posted in Aspose.Words Product Family, Aspose.Total Product Family, Aspose.Email Product Family | Tagged , , ,

Read Email Messages using C++

Emails are a primary source of communication over the internet. You might find yourself in scenarios where you want your applications to read EML and MSG files and add their contents to some file or perform some other operation on them. To that end, this article will teach you how to read email messages using C++.

Posted in Aspose.Email Product Family | Tagged , , , ,