Re: [openupload-devel] No email notification
Status: Beta
Brought to you by:
tsdogs
|
From: <ee...@la...> - 2010-03-02 19:45:49
|
Alessandro Briosi a écrit : > > Edgar ha scritto: >> Hi, >> >> I've installed OpenUpload v.0.4.1 on a shared hosting (infomaniak.ch). >> Despite my poor computer skills, everything seems to work, except >> email notifications. I've no idea how to identify why and fix it. > > Well, it's a bit dificult to know what is wrong with it. > Maybe you are not allowed to send e-mails via php. > Or the php e-mail is not configured correctly. Hi Alessandro, Here's the php configuration of my shared hosting : http://imu215.infomaniak.ch/extensions.php?lang=english Is there something wrong ? > I think to start is to look at the web server logs, which might give > you some tip on what's wrong, otherwise if you can check the e-mail > server logs (at your site) that could also lead you to the problem. 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 ? Cheers, Edgar > > On many systems the sendmail command is used, which does send e-mail > identification as ap...@ho... > Many mail servers do check if there exists a DNS MX record to the > domain of the sender, and if not it discards it. That could lead to a > bouncing e-mail which simply gets discarded. > > I do plan to use swift mailer library in next version, but that's not > ready yet. > > Hope this helps, > Alessandro > |