i use this script but i have problem with variable:
{start_date}=$startdate;
{start_time}=$starttime;
{title}=$title;
$modtitle=$startdate.$starttime.$title;
sc_mail_send(‘’, '’, ‘’, '’, $email, $modtitle, {note}, ‘H’, ‘’, ‘H’, ‘’, ‘’,’’, );
script works, but send me only result of $title not $modtitle