Код: Выделить всё
Mail::Send(intval($cookie->id_lang), 'Europcar', 'Europcar Account creation',
array('{name}' => $_POST['name'],
'{email}' => $_POST['email'],
'{id}' => $_POST['id'],
'{comment}' => nl2br($_POST['comment'])),
$to,
$_POST['name']);
Код: Выделить всё
ID: {id}
Name: {name}
Код: Выделить всё
ID: {id}
Подробнее здесь: https://stackoverflow.com/questions/328 ... -variables
Мобильная версия