apb_admin Posted February 18, 2008 Share Posted February 18, 2008 We use XAMPP and have problem with our mail function. Whenever we send out a mail through php, the header replies back as "mail failed". We host our DNS at godaddy.com and our email is also at godaddy, but we have a problem configuring the mail function. Thanks for the help in advance! Here is our PHP.ini file... [mail function] ; For Win32 only. SMTP = smtpout.secureserver.net smtp_port = 3535 username= [email protected] password=******* ; For Win32 only. sendmail_from = [email protected] We don't know what is wrong. Our DNS configs are correctly setup, but it's a server side problem. We host our own website using XAMPP. Everything works, just the mail function is not responding. No emails are being sent! If you're experience with php.ini (mail function), your help is appreciated! Link to comment https://forums.phpfreaks.com/topic/91741-phpini-mail-function/ Share on other sites More sharing options...
PHP Monkeh Posted February 18, 2008 Share Posted February 18, 2008 Although I'm not great with configuring PHP for e-mailing (nor do I pretend to be) I believe you'll need to get hold of an SMTP client that runs on the same server as XAMPP. Usually it's "sendmail", but that's only on Linux based servers. Chances are you'll have to try and get hold of one for Windows, I remember hearing about one called "Mail Enable" or something similar. From what I can gather, these clients pick up e-mails being sent from your web server, then communicate with your SMTP server (in your case godaddy) in order to send the e-mail. Now we just have to sit back and wait for someone to say my wild guess was completely wrong! Link to comment https://forums.phpfreaks.com/topic/91741-phpini-mail-function/#findComment-469904 Share on other sites More sharing options...
apb_admin Posted February 18, 2008 Author Share Posted February 18, 2008 Yes, Ill try downloading mailenable to see if I can configure it to work. Shouldn't php mail function work without a mail server? Link to comment https://forums.phpfreaks.com/topic/91741-phpini-mail-function/#findComment-469926 Share on other sites More sharing options...
PHP Monkeh Posted February 18, 2008 Share Posted February 18, 2008 I'm afraid not, otherwise it would work wouldn't it Link to comment https://forums.phpfreaks.com/topic/91741-phpini-mail-function/#findComment-469949 Share on other sites More sharing options...
aaronrb Posted February 18, 2008 Share Posted February 18, 2008 i had a similar problem, and i searched many mail servers, in the end i found desknow, works great and works with a web interface. how ever i am unsure is it work with xammp i got rid of that along time ago ! Link to comment https://forums.phpfreaks.com/topic/91741-phpini-mail-function/#findComment-469962 Share on other sites More sharing options...
apb_admin Posted February 18, 2008 Author Share Posted February 18, 2008 Any other mail server suggestion? Also, how exactly would you configure the php.ini file ? There are two "php.ini" file in XAMPP, one in apache, & one in php directory. And also there is a sendmail.ini that seems like there needs configuration too. Which one do I need to configure? Link to comment https://forums.phpfreaks.com/topic/91741-phpini-mail-function/#findComment-469971 Share on other sites More sharing options...
apb_admin Posted February 19, 2008 Author Share Posted February 19, 2008 Would anyone be interested in fixing my problem for cash? PM me. I just need someone who has a lot of experience in PHP and someone who can give me advice along with configuring the mail function for me. Will pay good. Link to comment https://forums.phpfreaks.com/topic/91741-phpini-mail-function/#findComment-470679 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.