sending email from extension
Posted: Mon Dec 31, 2007 2:43 pm
Hi,
I want to send email(s) from within the extension I'm creating, at the moment I use:
Which works, but I'm not sure how the mails are actually send, does this use the global email settings from Joomla (phpmailer / Sendmail / SMTP) ?
Alfred
I want to send email(s) from within the extension I'm creating, at the moment I use:
Code: Select all
JUtility::sendMail($email , $name, $emailto, $subject, $message)
Which works, but I'm not sure how the mails are actually send, does this use the global email settings from Joomla (phpmailer / Sendmail / SMTP) ?
Alfred