Page 1 of 1

Mail for list of added cart....

Posted: Mon Jul 20, 2015 2:00 am
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.....

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

Posted: Mon Jul 20, 2015 12:36 pm
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.