Skip to main content
All CollectionsUsing NutshellFAQ
I'm getting an error with my SMTP settings!
I'm getting an error with my SMTP settings!
Andy Fowler avatar
Written by Andy Fowler
Updated over a week ago

That's no problem, this article should help.

Screen_Shot_2021-08-25_at_3.13.13_PM.png

Besides your username (email address) and password, there are 3 more things you will need to establish an SMTP connection:

  • Hostname/Server

  • Port type

  • Port number

Most email providers' SMTP settings can be found online:

Screen_Shot_2021-08-25_at_2.50.54_PM.png

An incorrect hostname/server is the most common cause of SMTP errors.

If my email address is eric@nutshell.com and it is a company Gmail email address, my SMTP hostname is not smtp.nutshell.com. The correct hostname for a Gmail email address is smtp.gmail.com.

If your company uses a Microsoft Exchange server or your email address is provided by any other sort of customized server, you will most likely need to reach out to your email administrator/provider to get the correct SMTP settings.

Did this answer your question?