vasoftwaresolutions Posted February 27, 2008 Share Posted February 27, 2008 is this a valid string ? <?php $to = "[email protected]"; $subject ="Blue Hawiaan Virtual | A new pilot has signed up"; $message = "A new pilot has signed up ... please add them into the system."; mail($to, $subject, $message); ?> Link to comment https://forums.phpfreaks.com/topic/93266-mailto/ Share on other sites More sharing options...
bpops Posted February 27, 2008 Share Posted February 27, 2008 It looks ok to me... Link to comment https://forums.phpfreaks.com/topic/93266-mailto/#findComment-477714 Share on other sites More sharing options...
trq Posted February 27, 2008 Share Posted February 27, 2008 No, it is three valid strings and a call to the mail function. Please rephrase your question. Link to comment https://forums.phpfreaks.com/topic/93266-mailto/#findComment-477721 Share on other sites More sharing options...
Lamez Posted February 27, 2008 Share Posted February 27, 2008 what he is asking is: Will this work if I test it? Link to comment https://forums.phpfreaks.com/topic/93266-mailto/#findComment-477771 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.