Hi All, Can someone point me where in the code I can comment out temporarily the welcome email that new mailbox users receive in ISPC3? Thanks, Keith
The code is in the file /usr/local/ispconfig/interface/web/mail/mail_user_edit.php, comment out the line (approx line number 236): mail($mailTarget, $mailSubject, $mailBody, $mailHeaders);
Hi all I can disable the sending of the message "Welcome to your new email account" on ISPConfig Version: 3.0.4.1. I looked the function at the following file but I can not find /usr/local/ispconfig/interface/web/mail/mail_user_edit.php Tks
You will have to edit the sourcecode of the mail plugin and comment out the mail() function which sends the welcome message.
Problem solved! Thanks Till, I comment out the function on line 191 mail($mailTarget, $mailSubject, $welcome_mail_message, $mailHeaders);
under ispconfig 3 (if plugin is enabled....) file should be: /usr/local/ispconfig/server/plugins-available/mail_plugin.inc.php line to comment out should be: 196