Page 1 of 1
Gmail SMTP server/IP
Posted: 24 Nov 2018, 08:21
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.
Re: Gmail SMTP server/IP
Posted: 24 Nov 2018, 13:09
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.
Re: Gmail SMTP server/IP
Posted: 24 Nov 2018, 13:17
by tolagarf
Thanks for the fast reply, this should help

Re: Gmail SMTP server/IP
Posted: 27 Nov 2018, 12:19
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!
Re: Gmail SMTP server/IP
Posted: 29 Nov 2018, 08:56
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.
Re: Gmail SMTP server/IP
Posted: 29 Nov 2018, 12:14
by rednoah
Gmail SMTP uses TLS on Port 587:
Code: Select all
mailhost: 'smtp.gmail.com', mailport: '587', ssl: 'no', enableStartTLS: 'yes'

Gmail is a website, so it doesn't use SMTP to send email.