PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 30th, 1999, 04:56 PM
cisk
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Hi,

I'm pretty new to php. I've got a problem with the mail function. I can't get it to work. The rest of my php on the page works fine but the mail command doesn't send anything at all..

here's my code:

<?php
$date_mailed = date("D. F d, Y h:i:s a");
$subject = trim($subject);
mail("djcisk@aol.com", $subject , $message);
?>

Any help would be appreciated!

Cisk

Reply With Quote
  #2  
Old October 1st, 1999, 04:24 PM
jpenix
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Your PHP code looks fine. I suspect you have a problem with your server's mail system.

Are you running Unix or Windows?

PHP doesn't have the ability to actually send the mail - it simply passes it on to your system's MTA (Mail Transfer Agent). If your MTA isn't configured properly, no mail will go out.

Reply With Quote
  #3  
Old October 18th, 1999, 08:22 AM
anders
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
I want to send mail from a MTA that's not on my local computer. The mail()-function will just try to send from my local computer. How do I get a connection to send from another computer?
(If it matters, I'm running an Apache in Windows and I want to send from a LINUX-machine.)

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > Mail()

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap