1

I installed phpList on my website. I am trying to make a cronjob in DirectAdmin which sends all the emails currently in the queue. I used the following website and tried some off the examples. I can't seem to get any of them to work.

The phpList is located at https://www.mydomainname.nl/lists/admin/

I think this is all the information you need? Let me know if there is any other data I can give you.

Thanks in advance

Kev_T
  • 722
  • 2
  • 9
  • 40
  • What kind of server are you using? Do you have access to log files? – caramba Apr 12 '17 at 09:24
  • @caramba it's an FTP server and it depends on what log files you are talking about – Kev_T Apr 12 '17 at 09:26
  • FTP only means how files get transported to the server (File Transfer Protocol) if you do `phpinfo()` you'll find out which server you're running on. Probably apache. On the `phpinfo()` dump search for `error_log` then you'll find a path from the log file. Have a look in the log file for the errors. If it is to big, remove all content. Try to send mail again, open that file again and see if you got an error... – caramba Apr 12 '17 at 10:30
  • @caramba it's an Apache server. error_log has no value – Kev_T Apr 12 '17 at 12:19
  • it can be many different reasons that it is not working... Try sending an email like explained here: http://stackoverflow.com/a/5335311/2008111 if that's not working you know it has nothing to do with phplist.. – caramba Apr 12 '17 at 12:22
  • The emails are being sent, I'm just trying to make a cronjob to do it automatically. – Kev_T Apr 12 '17 at 12:43
  • Then try set up the cronjob to trigger that php file which is working. You need to go trough it step by step from the working parts to find out which is not working. When that works you actually just have to change the php src. – caramba Apr 12 '17 at 12:52

0 Answers0