Mail for list of added cart....
Moderator: General Moderators
Mail for list of added cart....
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.....
- 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....
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)