View Full Version : mail function in php
Weblife
March 20th, 2002, 16:17
i made a simple mail script and tried to get it to send
but it gave me this error :
" Fatal error: Call to undefined function: mail() "
im running on windows ME
anyone know why it doesnt work?
megapuzik
March 20th, 2002, 16:19
open your php.ini and search for smtp configoration, change the "localhost" to your isp smtp server :biggrin2:
cheatpark
March 20th, 2002, 16:53
And if he doesn't have access then he can ask his host. If they don't know how to do it then I believe there is a thread here which explains how to do it.
Weblife
March 20th, 2002, 17:16
whats my smtp server? how do i know?
cheatpark
March 20th, 2002, 17:59
Originally posted by Weblife
whats my smtp server? how do i know?
What operating system does your host use? Not all hosts offer an smtp server due to operating system. I think linux systems don't support it. I think windows does. I think unix does too.
invalid
March 20th, 2002, 18:37
well, if the operating system is Windows ME he is most likely on a home computer not a server
cheatpark
March 20th, 2002, 18:42
In that case it might support smtp. Best to check though.
Weblife
March 21st, 2002, 12:30
best to check through what?
Weblife
March 21st, 2002, 15:31
what is smtp anyway?
cheatpark
March 21st, 2002, 15:39
Originally posted by Weblife
what is smtp anyway?
Its a type of server which can be used to send e-mails.
Weblife
March 21st, 2002, 19:51
so how do i get a smtp server? lol
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.