Book Image

Elastix Unified Communications Server Cookbook

Book Image

Elastix Unified Communications Server Cookbook

Overview of this book

Table of Contents (24 chapters)
Elastix Unified Communications Server Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Description and Use of the Most Well-known FreePBX Modules
Addon Market Module
Asterisk Essential Commands
Asterisk Gateway Interface Programming
Helpful Linux Commands
Index

Configuring the remote SMTP – setting up a Gmail relay account


In some countries, for security reasons, SMTP port 25 is blocked by some Internet Service Providers (ISPs). Some users would like to send and receive e-mails using the services of Google mail (Gmail.com) or any other e-mail service such as Yahoo or Hotmail, either for fun or because they do not own a DNS domain name, although a DNS domain name also allows for this possibility. For the purposes of this recipe, we will use Gmail as the SMTP server.

How to do it…

The Email | Remote SMTP menu is for setting up the remote SMTP. Here, we will fill in the following parameters:

  • Enter the SMTP Server: Gmail (This is the default host to which we will send the e-mails. This option automatically configures the parameters we will use).

  • Add the Domain: smtp.gmail.com.

  • Set the Port: 587.

  • Enter the Username: The Gmail account we will use. We must first get a Google account from https://gmail.com.

  • Enter the username's Password: This is the account's...