Gmail SMTP server/IP

Support for Windows users
Post Reply
tolagarf
Posts: 18
Joined: 20 Sep 2017, 08:02

Gmail SMTP server/IP

Post by tolagarf »

Does anyone know which Gmail SMTP server/IP Filebot uses to send emails through gmail with when using the --def gmail= argument? I'm asking because my VPN service is blocking it apparently and they need to know that information in order to white list me.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Gmail SMTP server/IP

Post by rednoah »

FileBot uses the HOST smtp.gmail.com to send email via Gmail. What IP that HOST resolves to depends on your DNS configuration and can change over time or depend on your location.
:idea: Please read the FAQ and How to Request Help.
tolagarf
Posts: 18
Joined: 20 Sep 2017, 08:02

Re: Gmail SMTP server/IP

Post by tolagarf »

Thanks for the fast reply, this should help :)
User avatar
Isudonis
Posts: 1
Joined: 26 Nov 2018, 13:58

Re: Gmail SMTP server/IP

Post by Isudonis »

rednoah wrote: 24 Nov 2018, 13:09 FileBot uses the HOST smtp.gmail.com to send email via Gmail. What IP that HOST resolves to depends on your DNS configuration and can change over time or depend on your location.
Thanks a lot!
Follow my new project https://itrate.co/
tolagarf
Posts: 18
Joined: 20 Sep 2017, 08:02

Re: Gmail SMTP server/IP

Post by tolagarf »

Alright so I'm still having issues with my VPN, if someone could answer what port and protocol Filebot uses to send email with gmail. SSL or TLS? Oddly enough I can send emails using gmail web client when connected to my VPN, yet Filebot can't get through.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Gmail SMTP server/IP

Post by rednoah »

Gmail SMTP uses TLS on Port 587:

Code: Select all

mailhost: 'smtp.gmail.com', mailport: '587', ssl: 'no', enableStartTLS: 'yes'
:idea: Gmail is a website, so it doesn't use SMTP to send email.
:idea: Please read the FAQ and How to Request Help.
Post Reply