hi, iv installed latest of apache, mySQL and PHP, i have a DNS transparent.hopto.org and installed postnuke and phpBB, how do i set up php so i can mail people through phpBB and postnuke
thx
Newbie Question about mail
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
You need to edit your php.ini file (by default this is in C:\WINNT) and find these lines:
and edit them. For SMTP you probably will use your ISPs SMTP server, e.g. you could have:
and for sendmail_from you would use your own e-mail address.
Mac
Code: Select all
їmail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
sendmail_from = me@localhost.comCode: Select all
SMTP = smtp.myisp.comMac