richardhsu001 Posted March 28, 2009 Share Posted March 28, 2009 I need help in guiding me how to do the following: I am trying to set up such way when a visitor uses shopping cart, modify and confirm his order, then he will be asked to enter an email so he can receive his order info in his personal email. At the same time, I will also receive his order info in my designated email address, too. To accomplish this, do I need to make sure that I should have a mail server besides PHP server? I have looked various PHP books in the popular bookstores and could not get any answer about this. Thanks for the advise! Link to comment https://forums.phpfreaks.com/topic/151526-email-notification-for-an-order/ Share on other sites More sharing options...
jackpf Posted March 28, 2009 Share Posted March 28, 2009 Are you hosting your site youself? If so, you will need to install some kind of mail server. You can get some good free ones. However, most hosting companies have a mail server already, so you can just use the mail() function in PHP. Link to comment https://forums.phpfreaks.com/topic/151526-email-notification-for-an-order/#findComment-795849 Share on other sites More sharing options...
richardhsu001 Posted March 31, 2009 Author Share Posted March 31, 2009 Just checked with my hosting that they do support mail() function. Any additional suggestion as how one can go about adding an order notification to multiple email? Thanks!!! Are you hosting your site youself? If so, you will need to install some kind of mail server. You can get some good free ones. However, most hosting companies have a mail server already, so you can just use the mail() function in PHP. Link to comment https://forums.phpfreaks.com/topic/151526-email-notification-for-an-order/#findComment-797641 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.