Re: [openupload-devel] No email notification
Status: Beta
Brought to you by:
tsdogs
|
From: Alessandro B. <ts...@br...> - 2010-03-03 13:45:37
|
ee...@la... ha scritto: > > Problem is i have no access to these logs (probably because it's a > shared and not dedicated hosting). > Maybe if you can tell me what is the OpenUpload code which is supposed > to send the emails, i can ask for my hosting support ? > Hi Edgar, The e-mail function is in lib/general.inc.php the function is sendmail() which then calls the php native mail() function Beside that you should be able to access the logs for your domain in a shared environment too, as usually they are separated (to do log analisys and so on), but that depends on the offering. Alessandro |