Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #16741
| From | bill <william@TechServSys.com> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: Can't connect to gmail-imap.l.google.com,993: Connection refused |
| Date | 2016-04-19 07:31 -0400 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <nf54v7$7m9$2@gioia.aioe.org> (permalink) |
| References | <b54c3508-388b-43dd-a72e-514bb380e930@a5g2000pre.googlegroups.com> <6a807446-29fe-481d-9233-869db9cb9976@googlegroups.com> |
On 4/19/2016 5:33 AM, ajayukhale25@gmail.com wrote:
> On Saturday, June 27, 2009 at 3:47:54 PM UTC+5:30, computerzworld wrote:
>> Hello,
>> I am getting error like "Can't connect to gmail-imap.l.google.com,993:
>> Connection refused" while trying to open imap connection on the server
>> using imap_open. I have checked about IMAP connection on server using
>> phpinfo() and it displays that its on , on the server.
>>
...
>> $serverName = "{imap.gmail.com:993/imap/ssl}INBOX";
...
>>
>> The same thing is working on my localhost. But don't know why its not
>> working on the server. Is there any another setting that I have to
>> make in order to make it work? Please help me. Thanks in advance.
>
Thunderbird is using port 995 not 993 using SSL/TLS
bill
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Can't connect to gmail-imap.l.google.com,993: Connection refused ajayukhale25@gmail.com - 2016-04-19 02:33 -0700
Re: Can't connect to gmail-imap.l.google.com,993: Connection refused bill <william@TechServSys.com> - 2016-04-19 07:31 -0400
Re: Can't connect to gmail-imap.l.google.com,993: Connection refused Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-04-21 01:39 +0200
Re: Can't connect to gmail-imap.l.google.com,993: Connection refused bill <william@TechServSys.com> - 2016-04-21 07:13 -0400
csiph-web