Titan Email can be configured on Email scripts using various coding languages. The major objective for doing this is to customize a contact form present on a website.
This article provides you all the necessary configurations which you should know while configuring Titan on an email script.
alert-warning | If you are based out of the European Union region then please refer to this article for Titan server details. |
List of settings that can be provided for configuring Titan on Email Scripts
SMTP Host Name | SMTP.titan.email |
Port No | 465 |
Encryption | SSL |
Or
SMTP Host Name | SMTP.titan.email |
Port No | 587 |
Encryption | STARTTLS |
Code Snippets for reference
tabs | |
PHP |
require_once "Mail.php";
|
Python |
import smtplib |
Node Mailer |
"use strict";
|
If the above settings are not working from an Email client or Script it should be happening because of the below-mentioned cases
Case 1: Titan Mail cloud infra is blocking the client IP
If there are continuously failed authentication attempts, we block the client IP
- If you are is trying to connect from your local machine, Kindly get back to us with the public IP by accessing https://www.whatismyip.com/
- If you are trying to connect from the Webhosting, Kindly contact the system administrator and get back to us with the Server's public IP
Case 2: Client is blocking the port connection at their end ( Port is blocked at the firewall)
If you are is trying to connect from your local machine
Kindly use a different port combination: (465,SSL)/(587,STARTTLS)
Get back to us with the output of the following commands
- "telnet SMTP.titan.email <port-no>" (omit the quotes)
- "telnet IMAP.titan.email <port-no>" (omit the quotes)
If you are trying to connect from the Webhosting
Contact the server admins to get back to us with the output of the following command
- "telnet SMTP.titan.email <port-no>" (omit the quotes)
- "telnet IMAP.titan.email <port-no>" (omit the quotes)
You must first enable telnet commands in order to run telnet commands. For information on how to enable telnet commands for your specific operating system, kindly refer these articles:
- Windows: https://www.technipages.com/windows-10-enable-telnet
- MacOS: https://www.layerstack.com/resources/tutorials/Installing-Telnet-Client-on-macOS
- Linux:https://www.baeldung.com/linux/telnet#:~:text=The%20telnet%20command%20is%20a,sends%20information%20in%20plain%20text.
If you are using any other coding language, feel free to let us know. So that we can provide you the steps for that too :)
Hope this article has helped you.
Facing issues while configuring Titan on Email Scripts, contact us at support@titan.email along with the screenshot of the configuration you are using and the error message you are receiving. We will help you in every possible way.