Forum: PHP Jan 24th, 2008 |
| Replies: 23 Views: 13,239 hello, i just did like as U told and i am getting the output as
- 0connection accepted
220 mx.google.com ESMTP c20sm2091776rvf.33
Continuing
Connected to: 220 mx.google.com ESMTP... |
Forum: PHP Jan 24th, 2008 |
| Replies: 23 Views: 13,239 i have made the coding like this, now the STARTTLS error is gone but a syntax error is coming, pls help
<?php
function authgmail($from, $namefrom, $to, $nameto, $subject, $message)
{
$smtpServer... |
Forum: PHP Jan 24th, 2008 |
| Replies: 23 Views: 13,239 can U please specify how to issue the STARTTLS command
when i wrote like this
fputs($smtpConnect, "STARTTLS $localhost". $newLine);
$smtpResponse = fgets($smtpConnect, 4096);... |
Forum: PHP Jan 24th, 2008 |
| Replies: 23 Views: 13,239 sorry the previous post was not correct since i included the lines every where, now i am giving the right one , kindly take a look at the php script which i am attaching with this post and make... |
Forum: PHP Jan 24th, 2008 |
| Replies: 23 Views: 13,239 i have included the line which U gave and now getting the output like this, kindly go through the code rewritten by me which i am attaching with this mail and correct the code if necessary and give... |
Forum: PHP Jan 23rd, 2008 |
| Replies: 23 Views: 13,239 Thank U very much for Ur reply.
I reinstalled the whole thing including apache server2.2.8 and php5.2.5 and downloaded open ssl0.9.8g and installed them , now it is working fine and showing
-... |
Forum: PHP Jan 23rd, 2008 |
| Replies: 23 Views: 13,239 i just came to run the code
<?phpinfo()
?>
Here i came to notice a strange thing that in the Registered stream socket transports the ssl and tls is missing, kindly try the same in Ur... |
Forum: PHP Jan 22nd, 2008 |
| Replies: 23 Views: 13,239 hello, i just named the script as mail.php and tried it but i am receiving the following error
Warning: fsockopen(): php_network_getaddresses: gethostbyname failed in c:\program... |