View previous topic :: View next topic |
Author |
Message |
McGordon -
Joined: 11 Jul 2005 Posts: 1
|
Posted: Mon Jul 11, 2005 10:23 pm Post subject: I need help with the mail() function! |
|
|
First of all, i wanna say that im sorry about my bad english and i guess this is wrong section to ask question like this...
I cannot use the mail() function! (PHP)
I downloaded preconfigured-php pack from Aprelium.com and everything was fine until i installed phpBB and i noticed that mail() function doesn't work. I thought it has been preconfigured too. What should i do to get it working? |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Mon Jul 11, 2005 10:51 pm Post subject: |
|
|
It doesn't work 'out of the box' - you need a mail server.
Configure PHP to use your ISPs mail server, or install your own and configure it to use that. The PHP manual is available in many languages, not just English.
Last edited by Anonymoose on Tue Jul 12, 2005 4:47 pm; edited 1 time in total |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Tue Jul 12, 2005 3:38 pm Post subject: Re: I need help with the mail() function! |
|
|
McGordon,
Open php.ini, locate the parameter SMTP and change its value to the name of your ISP mail server (the outgoing mail server that you use in Outlook or Thunderbird). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|