
Hello
i am trying to send mail using mail function.But the message is never sent. I have installed a free smtp server which i run in background before executing the code.and my php.ini file settings are
[mail function]
; For Win32 only. SMTP = localhost smtp_port = 25
; For Win32 only. ;sendmail_from = me@example.com
I have this php code
Message successfully sent!
"); } else { echo("Message delivery failed...
"); } ?> can anyone please tell me where am i going wrong..i am new to php. thank you.If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.