Looking for another smtp host for sending emails from BI

luder888

Getting the hang of it
Joined
Apr 21, 2016
Messages
157
Reaction score
18
I'm currently using outlook.com as my smtp host and occasionally I'd get an email blocked message because I exceed the daily smtp sending limits.

What hosts do you guys use? Which ones have the highest daily smtp limit?
 

luder888

Getting the hang of it
Joined
Apr 21, 2016
Messages
157
Reaction score
18
gmail dont have any limits for sending to your self that I've encountered.
Actually I need to send it to my Zoho account. I did get a gmail and I'm trying it out.
 

bitNine

n3wb
Joined
Jan 4, 2017
Messages
28
Reaction score
5
If you are only sending to zoho, use their SMTP server. It won't allow you to relay (domains other than what they serve), but ANY SMTP server that hosts the domain you're sending to will allow you to use it to send to email addresses it hosts.

Go to a command prompt
Type "nslookup"
Type "set type=mx"
Type "zoho.com"

You'll get:
Non-authoritative answer:
zoho.com MX preference = 50, mail exchanger = mx3.zoho.com
zoho.com MX preference = 20, mail exchanger = smtpin2.zoho.com
zoho.com MX preference = 10, mail exchanger = smtpin.zoho.com

You can use any of those 3: mx3.zoho.com, smtpin2.zoho.com, smtpin.zoho.com
 
Top