Page 1 of 1
remove note checking status
Posted: Wed May 22, 2019 1:24 pm
by Markco
Hello,
I would like to delete what is framed in red
Thank you
Greetings
Re: remove note checking status
Posted: Thu May 23, 2019 7:17 am
by Klemen
In file admin/admin_settings.php you can change
Code: Select all
hesk_show_notice(sprintf($hesklang['from_warning']
to
Code: Select all
// hesk_show_notice(sprintf($hesklang['from_warning']
I wouldn't ignore the warning though; the SMTP email and "From" email should be the same in most cases or there should be problems with some SMTP servers ("not authorized to send mail as" errors)
Re: remove note checking status
Posted: Thu May 23, 2019 8:10 am
by Markco
OK work fine, thank you
