Setting up Sendgrid SMTP Email in TechoERP

SMTP, or simple mail transfer protocol, is a quick and easy way to send email from one server to another. SendGrid provides an SMTP service that allows you to deliver your email via our server instead of your client or server. TechoERP comes built-in with a configured email client so that you can send and receive emails in TechoERP  and append them to documents if required.

Integrating SendGrid's Web API

SendGrid’s SMTP API allows developers to specify custom handling instructions for e-mail using an X-SMTPAPI header inserted into the message.

Step 1: You need to create an API key to authenticate your application. In this case, TechoERP . Learn more about integrating SendGrid with SMTP here

Step 2: Once your API key has been created, you need to configure it in your TechoERP  account > Create a New Email Account.

Email Address: Your Email Address

Email Login ID: API Key [API key generated in Step 1]

Password: Your Password

Service: Select "SendGrid"

Now save this information and you have successfully configured the Send Grid SMTP Email in TechoERP .

Power to you!