samona Posted July 24, 2008 Share Posted July 24, 2008 Hi, I have a remote linux smtp server. In th:php.ini file I don't know what i'm supposed to put for the path. ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). sendmail_path = usr/sbin/sendmail When I put the above code it gives me an error cuz i dont have sendmail installed on my local machine, its installed on a remote machine. What would i have to put for the senmail path? Quote Link to comment https://forums.phpfreaks.com/topic/116400-sendmail-relay/ Share on other sites More sharing options...
samona Posted July 24, 2008 Author Share Posted July 24, 2008 help plz? Quote Link to comment https://forums.phpfreaks.com/topic/116400-sendmail-relay/#findComment-598744 Share on other sites More sharing options...
samona Posted July 24, 2008 Author Share Posted July 24, 2008 anyone? Quote Link to comment https://forums.phpfreaks.com/topic/116400-sendmail-relay/#findComment-598923 Share on other sites More sharing options...
trq Posted July 24, 2008 Share Posted July 24, 2008 You will need to install and configure a sendmail emulator locally, this will create a file (/usr/bin/sendmail) which you use in the sendmail_path, and will forward your mail to your remote host. I would recommend the ssmtp package. Quote Link to comment https://forums.phpfreaks.com/topic/116400-sendmail-relay/#findComment-599009 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.