|
-
May 12th, 2003, 01:05 PM
#1
Thread Starter
Ya ya Baby!!!Me is Back
Cannot send email
Code:
Error :
What's wrong?
-
May 12th, 2003, 04:12 PM
#2
Lively Member
php.ini settings are right.?
<?php
mail("[email protected]","$subject","$DEMAIL","From: $mailfrom\nReply-To: $wonmail\nSender: $email");
?>
and PHP.INI:
[mail function]
SMTP = localhost
sendmail_from = [email protected]
;sendmail_path =
-
May 12th, 2003, 04:48 PM
#3
Thread Starter
Ya ya Baby!!!Me is Back
I never put something in the php.ini concerning the email...
I'll try it.
-
May 12th, 2003, 05:01 PM
#4
Thread Starter
Ya ya Baby!!!Me is Back
doesnt work
-
May 13th, 2003, 12:23 AM
#5
Frenzied Member
are you running on local host? then good luck getting it to send. hence the word localhost
-
May 15th, 2003, 01:21 PM
#6
Thread Starter
Ya ya Baby!!!Me is Back
What i put to replace localhost?
-
May 15th, 2003, 07:30 PM
#7
Frenzied Member
your IP of your machine or the one that your ISP gives you to connect to the internet. then you have to configure the SMTP or the sendmail to send email. all that is in the php.ini. but don' ask me as I can't even get mine to send email let alone here anybody that has got it to work, if they set it up as localhost.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|