How to send a notification email to admin after an user registration?

18.01.2012 19:28
#1
simbus82
Joomshopping forum user no avatar
Name: sim
21.02.2011
Posts: 40
Quote
How to send a notification email to admin after an user registration?

Now a notification arrive only to user that have done the registration.
Can i send a mail to an admin too when a user complete a registration?

maybe i can add a "BCC" to sendMail in
/components/com_jshopping/controllers/user.php

// Send the registration email.
$return = JUtility::sendMail($data['mailfrom'], $data['fromname'], $data['email'], $emailSubject, $emailBody);


where i can add a BCC here?

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.