View Single Post
  #2  
Old 09-20-2004, 09:39 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: Forum error.....

Quote:
Originally Posted by samandhi
Hmmm, not sure where else to post this, but it is about something on this forum, not a bug in the server....

since the reported server move, I am getting this error when trying to submit a post:

Quote:
Ran into problems sending Mail. Response: 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)

DEBUG MODE

Line : 164
File : /home/httpd/vhosts/eqemulator.net/httpdocs/forums/includes/smtp.php
I dont get it EVERY time mind you, but probably 3/4 of the time....
I got that trying to send a PM just now.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote