Re: Gmail



Nico de Jong wrote:
I'm having a problem with Delphi 6 / Gmail and the smtp/pop3 email engine
from marshallsoft.

The engine runs perfectly with the standard values in seeIntegerParam.
When I change see_pop3_port and see_smtp_port to the values used by gmail
(995 resp. 465), the system hangs, when I set see:enable:esmtp to 1, I get a
socket timeout

Obviously, I'm missing something, but what ?

Those ports are for doing POP3 and SMTP over SSL. You can't just change the port. You also need to make sure your program speaks SSL when using those ports.

--
Rob
.