oceans Posted May 16, 2007 Share Posted May 16, 2007 Can any one help me Please write me the php setting command for sending email this should be place on before header. for normal smtp, port should be 21 right? I forgot the script, thanks. Link to comment https://forums.phpfreaks.com/topic/51650-emailing-please/ Share on other sites More sharing options...
jitesh Posted May 16, 2007 Share Posted May 16, 2007 for normal smtp, port should be 21 right? Port is 25 Download and use phpmailer class to send smtp mails. Link to comment https://forums.phpfreaks.com/topic/51650-emailing-please/#findComment-254424 Share on other sites More sharing options...
heckenschutze Posted May 16, 2007 Share Posted May 16, 2007 I ain't writing anything for you, use the manual: http://php.net/ and SEARCH... That in itself will probably prove difficult. Link to comment https://forums.phpfreaks.com/topic/51650-emailing-please/#findComment-254425 Share on other sites More sharing options...
oceans Posted May 16, 2007 Author Share Posted May 16, 2007 People, I knew it is like this ini_set('smtp_port', 25); ini_set(SMTP, 'HOST_NAME'); but somthing not right, I am using dial up i will die waiting for respond from search Link to comment https://forums.phpfreaks.com/topic/51650-emailing-please/#findComment-254435 Share on other sites More sharing options...
oceans Posted May 16, 2007 Author Share Posted May 16, 2007 any one will help me to thanks. I use smtp.abcd.com Link to comment https://forums.phpfreaks.com/topic/51650-emailing-please/#findComment-254498 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.