| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| IronJuggernaut -
 
 
 Joined: 27 Oct 2002
 Posts: 3
 Location: Silverdale, WA, USA
 
 | 
			
				|  Posted: Wed Oct 30, 2002 3:48 am    Post subject: Abyss and phpBB |   |  
				| 
 |  
				| First off, I would like to say this is the most versatile and dependable program I have ever found. Thankyou developers for your work. 
 ******
 Win 98 machine
 MySQL 3.23.53
 PhP 4.2.3
 Abyss Webserver
 PhPBB forum
 Running it all from home
 ******
 
 My request is that I need to know if I am able to make Abyss act like a SMTP mailer so that phpBB can work correctly. If there a switch I must throw/enable ? Is there a proggie I can go out and get to add with Abyss ??
 
 Thankyou
 |  | 
	
		| Back to top |          | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 | 
			
				|  Posted: Wed Oct 30, 2002 9:25 pm    Post subject: Re: Abyss and phpBB |   |  
				| 
 |  
				|  	  | IronJuggernaut wrote: |  	  | First off, I would like to say this is the most versatile and dependable program I have ever found. Thankyou developers for your work. 
 ******
 Win 98 machine
 MySQL 3.23.53
 PhP 4.2.3
 Abyss Webserver
 PhPBB forum
 Running it all from home
 ******
 
 My request is that I need to know if I am able to make Abyss act like a SMTP mailer so that phpBB can work correctly. If there a switch I must throw/enable ? Is there a proggie I can go out and get to add with Abyss ??
 
 Thankyou
 | 
 You can install an SMTP server on your computer. Please read http://www.aprelium.com/forum/viewtopic.php?t=114&highlight=sendmail .
 But as this trurns always to be complicated, you can still use your ISP's SMTP server with PHP. Just edit the php.ini file and locate the following lines:
 
  	  | Code: |  	  | [mail function]
 ; For Win32 only.
 SMTP = smtp.yourisp.com ; for Win32 only
 
 | 
 
 And change smtp.yourisp.com to be the same as the name of the SMTP server you configure in your mail application (outlook or similar.)
 _________________
 Support Team
 Aprelium - http://www.aprelium.com
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		|  |