Jump to content

[SOLVED]How to use prestashop's mail functions & templates


Chillax86

Recommended Posts

How do I get this mail function to use a mail template stored in /shop/modules/myModule/mails/gb/

 

Mail::Send(
(int)$order->id_lang,
'template',
Mail::l('a subject', (int)$order->id_lang),
$data,
$this->context->customer->email,
$this->context->customer->firstname.' '.$this->context->customer->lastname,
null,
null,
null,
null, _PS_MAIL_DIR_, false, (int)$order->id_shop
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...