-
iCagenda
-
iCagenda - English
-
[SOLVED] Disable notification email after new item via frontend
[SOLVED] Disable notification email after new item via frontend
-
JoomlaHunter
-
Autore della discussione
-
New Member
-
Riduci
Di più
-
Messaggi: 3
-
Ringraziamenti ricevuti 0
-
-
11 Anni 1 Mese fa - 11 Anni 1 Mese fa #5727
da JoomlaHunter
Hello,
How can I disable sending notification e-mails to administrators after applying a new calendar item from the frontend?
Now my host think that we are spamming after a lot of new calendar items
Thanks in advance.
Regards,
JoomlaHunter
Ultima Modifica 11 Anni 1 Mese fa da Lyr!C. Motivo: [SOLVED]
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Riduci
Di più
-
Messaggi: 6784
-
Ringraziamenti ricevuti 608
-
-
-
-
11 Anni 1 Mese fa #5757
da Lyr!C
Hi!
To disable email sending when submission, the code below could be edited (but it's planned to add an option for this by the end of the year
):
in SITE/components/com_icagenda/models/submit.php (line 561)
// Send User Notification Email
if (isset($email)) {
if($manager->block == '0' && empty($manager->activation)){
$send = $adminmailer->Send();
}
}
Remove line :
$send = $adminmailer->Send();
or add comment (//) :
//$send = $adminmailer->Send();
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
iCagenda
-
iCagenda - English
-
[SOLVED] Disable notification email after new item via frontend
Tempo creazione pagina: 0.174 secondi