Gmail SMTP server/IP
Gmail SMTP server/IP
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
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
Thanks for the fast reply, this should help 

Re: Gmail SMTP server/IP
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
Gmail SMTP uses TLS on Port 587:
Gmail is a website, so it doesn't use SMTP to send email.
Code: Select all
mailhost: 'smtp.gmail.com', mailport: '587', ssl: 'no', enableStartTLS: 'yes'
