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. Quote 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. Quote 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. Quote 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 Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/51650-emailing-please/#findComment-254498 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.