Computing.Net > Forums > Programming > help - php code for e-mail

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

help - php code for e-mail

Reply to Message Icon

Name: freeman
Date: October 30, 2004 at 07:51:02 Pacific
OS: Windows 2000 Server
CPU/Ram: P4-1.7GHz,258MB RAM
Comment:

hi everyone,
currently i am learning PHP, and try to write a php code to send e-mail (using function "mail"). The question is that do i need to install and setup a mail server into my computer first to make the code work??

thanks for your help

Alwin.P



Sponsored Link
Ads by Google

Response Number 1
Name: Laler
Date: October 30, 2004 at 10:01:24 Pacific
Reply:

not a mail server... it can send directly from the webserver...

in IIS, there's an option to install SMTP virtual server, that's what you need...

just try creating a file with this content:

<?php
mail ("your_email@isp.com", "Test", "test");
?>

then call that file from your browser...

^o^
are you in Asia? do you watch Animax Asia? Please Vote


0

Response Number 2
Name: freeman
Date: October 30, 2004 at 19:22:59 Pacific
Reply:

sorry, i did not provide enough information, i am not using the IIS but Apache2, is there any related seting i need to change in the configuration file??

thank!

Alwin.P


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


UML: class diagram vs con... create install ?



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: help - php code for e-mail

Charging for e-mail bill? www.computing.net/answers/programming/charging-for-email-bill/10337.html

E-mail vb6 www.computing.net/answers/programming/email-vb6/12830.html

php code for no. of pple online www.computing.net/answers/programming/php-code-for-no-of-pple-online/14070.html