Posted: Thu Nov 16, 2006 5:29 pm
well, I was really stupid here, I was using a comma instead of the <> ... have changed that, and it's working ...
But what do you mean by checking the send()?
I am having nowShould I try something like And if yes, where should I use that, before or after the $mailer -> close();
Thanks again.
I am having now
Code: Select all
$mailer->send(
$recipients,
$sender,
$objetcordo,
$themessage
);
$mailer->close();Code: Select all
if ($mailer -> send()) { print $confirmation; } else { print $error; }Thanks again.