Page 1 of 1

sending email from extension

Posted: Mon Dec 31, 2007 2:43 pm
by Alfred
Hi,

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

Re: sending email from extension

Posted: Sun Jan 06, 2008 6:50 pm
by bemyway
Find method sendMail in class JUtility and there you find answer.