| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Sep 2006
Posts: 456
![]() ![]() ![]() | Auction Script I have an auction script and everything works fine except one thing. I'm on a Linux server and when a user wants to send an email to another user it gives an error. The server that I'm on will only send emails from email accounts already on my server. Is there any way around this? |
| |
| | #2 (permalink) |
| Senior Member Join Date: Jul 2005 Location: NJ
Posts: 1,219
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | set up an external SMTP server somewhere and then edit php.ini so that it points to that, so that the mail() funciton of php uses the external smtp server. at least, thats assuming i understood your problem correctly.
__________________ Hacksar.com - Your source for random computer tips and tricks! MySiteMemberships.com - Keep track of your site registration information! Like my post? Rep is appreciated! |
| |
| | #3 (permalink) |
| NamePros Regular Join Date: Nov 2006 Location: Fishin Screen!
Posts: 959
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | is it possible for you to paste error message in here ?
__________________ Cheap SEO Article Services <-- Great Deals on Opening, try it now! |
| |