Mail for list of added cart....

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
anjshr7
Forum Newbie
Posts: 19
Joined: Fri Jul 17, 2015 1:28 pm

Mail for list of added cart....

Post by anjshr7 »

when a user login in a shopping site and add the products the products which he add . I want to send the list of products added in his card to mail how can i do it can u tell me the code for that.....
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Mail for list of added cart....

Post by Christopher »

Look at SwiftMailer or PHPMailer. Both have documentation on how to send email with PHP. There are also examples using PHP's mail() function in the PHP manual.
(#10850)
Post Reply