Advertisement:

Author Topic: Emails are confirmed as being sent but none are sending  (Read 694 times)

MindControl

  • Newbie
  • *
  • Posts: 3
Emails are confirmed as being sent but none are sending
« on: February 26, 2016, 07:28:40 pm »
Hi there,

I'm seriously enjoying the front end and back end of osclass however the only issue I'm coming across is sending emails. I've tried every mail server settings plus having all fields empty and still get no emails sent. Does anyone know the file in the directories that deals with sending emails?

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: Emails are confirmed as being sent but none are sending
« Reply #1 on: February 26, 2016, 07:42:02 pm »
PHPMailer is saved here: ../oc-includes/phpmailer but i think you should take a look in your mail.log at first, to enclose the problem

MindControl

  • Newbie
  • *
  • Posts: 3
Re: Emails are confirmed as being sent but none are sending
« Reply #2 on: February 26, 2016, 08:35:10 pm »
Where can I find the mail log?

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: Emails are confirmed as being sent but none are sending
« Reply #3 on: February 26, 2016, 09:20:17 pm »
this is dependent on the operating system used on your server

in my case, the log files are stored in /opt/psa/var/log

MindControl

  • Newbie
  • *
  • Posts: 3
Re: Emails are confirmed as being sent but none are sending
« Reply #4 on: February 26, 2016, 10:57:20 pm »
I managed to find out that  sendmail_from in the php.ini file equaled to no value and I managed to change that. So now the following error appears:

"Warning: Invalid argument supplied for foreach() in /home/user/public_html/mysite.com/oc-includes/osclass/utils.php on line 408"