|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
PLz Help Mail Sending
Hi ever Body!
once again i need your help i am trying to mail by php using apache mysql and on windows 2000 envoirment the setting of my php.ini files are //***************** [mail function] ; For Win32 only. SMTP = city.ciit.pk ; for Win32 only ; For Win32 only. sendmail_from = me@localhost.com ; for Win32 only ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = //**************** and i am using mail sever given on the address below http://www.mailenable.com/ and my mail code is //************************************************* <? $letter = " Congratulations on successfully "; $mailheaders = "From: Admission Officer CIIT \r\n"; //$mailheaders .= "Reply-To: bcs_f99_008@comsats.edu.pk"; mail("bcs_f99_008@comsats.edu.pk","Interview Call", $letter, $mailheaders); echo 'mail send 1'; ?> but i am getting error Warning: Failed to Connect in c:\program files\apache group\apache\htdocs\1\mail\emails.php on line 14 mail send 1 plz help me i am too worried thanks |
|
#2
|
|||
|
|||
|
Try changing me@localhost.com to a valid one.
__________________
__________________________________________________ _ Wil Moore III, MCP | Integrations Specialist | Senior Consultant Are You Listed...? | DigitallySmooth Inc. |
|
#3
|
|||
|
|||
|
PLZ HELP its too urgent
hi
on windows plat form i can send mail but while using linux i cant there is a mail server in our lab having address 172.20.4.4 and my user name on that server is bcs_f99_008@comsats.edu.pk now i have to configure my linux system such that i could send mail by my php interface and recive that as well in mysql database on my linux computer first of all plz tell me how to configure that to send mail and if u could tell me the function to recive mail thanks on windows my php.ini configurations are below [mail function] ; For Win32 only. SMTP = 172.20.4.4 ; for Win32 only ; For Win32 only. sendmail_from = me@localhost.com ; for Win32 only ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = and plz reply soon coz my project due date is tooo near i will be greatful to u. thanks Ali safwan. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > PLz Help Mail Sending |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|