zero_ZX Posted September 18, 2010 Share Posted September 18, 2010 Hello, I have those code: $message = " Hello $inforow2['company']<br /> This is a notice about a pending invoice at $inforow3['company'].<br /> If you would like to see the invoice, you can see it <a href='http://$inforow3['url]'/view-invoice?id=$id.php'>here</a><br /> This is an automatic message. Replies will not be monitored.<br /> Yours faithfully<br />$inforow3['company']"; mail($inforow2['email'],"Invoice overdue #1",$message,$inforow3['sentfrom']); I'm not sure if I can send this, and it will get the values from my mysql and put it in the email or it would send the text directly, and if it ill take the html.. Can any one tell me if above code would be correct? Link to comment https://forums.phpfreaks.com/topic/213737-send-mail/ Share on other sites More sharing options...
Mod-Jay Posted September 18, 2010 Share Posted September 18, 2010 mailto:ADDRESS Link to comment https://forums.phpfreaks.com/topic/213737-send-mail/#findComment-1112483 Share on other sites More sharing options...
zero_ZX Posted September 18, 2010 Author Share Posted September 18, 2010 I'm sorry I didn't catch that.. I'm not trying to send this via a form, it's sent when the page is accessed. Link to comment https://forums.phpfreaks.com/topic/213737-send-mail/#findComment-1112487 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.