sdmg Posted October 28, 2008 Share Posted October 28, 2008 I installed ResourceSpace DAM the other day, but I am having an issue having it send mail and the developer said it was a PHP question and sent me Here, which seems a bit useless to me (But I am not a programmer, so I can't say for sure). We are running PHP 5.2.6 with the bundled GD (2.0.34 compatible) and MySQL 5.0.51b-community-nt on a Windows 2003 Server Basically, when I try and send an email from the system (IE Email a new user their L/P when I set it up) I get this error: C:\MYPATH\include\general.php line 925: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for [email protected] The server it is installed on is NOT our mail server, and I would like all mail to use the mail server for obvious reasons. I am trying to find out how/where to put my SMTP information so when I send emails it gets authenticated and send via our Mail Server. Thanks in advance! Link to comment https://forums.phpfreaks.com/topic/130495-sending-mail-with-resourcespace/ Share on other sites More sharing options...
maGGot_H Posted October 28, 2008 Share Posted October 28, 2008 It might be a problem under Windows. Try reading this and fulfil the described steps to test. http://drupal.org/node/30079 Link to comment https://forums.phpfreaks.com/topic/130495-sending-mail-with-resourcespace/#findComment-677004 Share on other sites More sharing options...
trq Posted October 28, 2008 Share Posted October 28, 2008 I am trying to find out how/where to put my SMTP information so when I send emails it gets authenticated and send via our Mail Server. These setting are within your php.ini Link to comment https://forums.phpfreaks.com/topic/130495-sending-mail-with-resourcespace/#findComment-677035 Share on other sites More sharing options...
sdmg Posted October 29, 2008 Author Share Posted October 29, 2008 OK, if I follow the directions from the link that maGGot_H posted, I do not get anymore errors, but I also don't get the emails that are sent out. We don't have a Mail server setup on that server, nor do we want one. The settings in the php.ini file do not allow for SMTP authentication, which our mail server requires. I have been reading around, and from what I can find I am under the impression that PHP does not support SMTP Authentication by default. It was suggested to try XPertMailer (I found a post on another board), but this is useless to me because it comes with no instructions for installation!!! I am trying to get this working with ResourceSpace, so the other posts I have found that say you have to add it or create your own script for this are also no use to me as I am not a programmer and do not know where and what to add! I can figure out what to do if I have good instructions, but I am not finding them anywhere. Can anybody offer assistance? Link to comment https://forums.phpfreaks.com/topic/130495-sending-mail-with-resourcespace/#findComment-677583 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.