vasoftwaresolutions Posted February 27, 2008 Share Posted February 27, 2008 is this a valid string ? <?php $to = "captaintyson@austin.rr.com"; $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); ?> Quote 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... Quote 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. Quote 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? Quote Link to comment https://forums.phpfreaks.com/topic/93266-mailto/#findComment-477771 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.