Advertisement:

Author Topic: Email server problem  (Read 1558 times)

2pmedia

  • Newbie
  • *
  • Posts: 9
Email server problem
« on: September 27, 2017, 02:21:40 am »
Hi,

I have a problem with the emails sent by osclass.
They are always marked as SPAM by any user who receives them.
I therefore wanted to use our Google suite email server and provided the details via the admin.
But nothing changed by that, still the emails are marked as SPAM.

Then I changed the configuration of the email server details on purpose to wrong details.
But my osclass still sends emails to the users, regardless what I provide as SMTP server.

From there I guess there is like a backup email sending like php sendmail or something like that ?
And I guess this backup is sending all the time my emails which leads to the SPAM classification ?

So how can I make which sending method for my emails osclass is using ?

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: Email server problem
« Reply #1 on: September 27, 2017, 02:27:13 am »
I had this problem earlier too, because i forgot to set the "Reverse DNS-Entry" for my host. So all mails couldn't verified and was marked as spam.

2pmedia

  • Newbie
  • *
  • Posts: 9
Re: Email server problem
« Reply #2 on: September 27, 2017, 12:22:11 pm »
Yes, but my question is how the emails are send by osclass.
No matter what I enter as smtp server (even wrong details) the systems sends emails.
So how are they sent if not through my SMTP server ?


marius-ciclistu

  • issues
  • Hero Member
  • *
  • Posts: 1652
  • "BE GRATEFUL TO THOSE THAT SUPPORTED YOU"
Re: Email server problem
« Reply #3 on: September 27, 2017, 12:28:12 pm »
In my case, I had to change some files in which the email osclass@ or @osclass.org apears(I can't remember which version)

Aficionado

  • Guest
Re: Email server problem
« Reply #4 on: September 27, 2017, 12:41:03 pm »
Yes, but my question is how the emails are send by osclass.
No matter what I enter as smtp server (even wrong details) the systems sends emails.
So how are they sent if not through my SMTP server ?

They are send the way you tell Osclass to do so.

What you say, can't happen (Osclass to ignore the settings).

2pmedia

  • Newbie
  • *
  • Posts: 9
Re: Email server problem
« Reply #5 on: September 27, 2017, 01:34:35 pm »
But it happens, I put in total bullshit as SMTP details the system sends emails.
It also sent emails after clean installation BEFORE I ever entered any smtp details.

That's why I am guessing there should be something else like sendmail or something ?

Aficionado

  • Guest
Re: Email server problem
« Reply #6 on: September 27, 2017, 01:37:26 pm »
But it happens, I put in total bullshit as SMTP details the system sends emails.
It also sent emails after clean installation BEFORE I ever entered any smtp details.

That's why I am guessing there should be something else like sendmail or something ?

Nope. Nothing else is there. Just your settings.

marius-ciclistu

  • issues
  • Hero Member
  • *
  • Posts: 1652
  • "BE GRATEFUL TO THOSE THAT SUPPORTED YOU"
Re: Email server problem
« Reply #7 on: September 27, 2017, 02:00:32 pm »
In my case I did not touch the email setings in admin after install and all it's working good with sendmail.
Look into your files for osclass@ or @osclass.
Maybe that is why you are badged as spam.

2pmedia

  • Newbie
  • *
  • Posts: 9
Re: Email server problem
« Reply #8 on: September 27, 2017, 03:02:54 pm »
In my case I did not touch the email setings in admin after install and all it's working good with sendmail.
Look into your files for osclass@ or @osclass.
Maybe that is why you are badged as spam.

So there is something else than my SMTP settings.
How can I control if the system uses my (external) SMTP server or sendmail ?

Aficionado

  • Guest
Re: Email server problem
« Reply #9 on: September 27, 2017, 03:07:46 pm »
In my case I did not touch the email setings in admin after install and all it's working good with sendmail.
Look into your files for osclass@ or @osclass.
Maybe that is why you are badged as spam.

So there is something else than my SMTP settings.
How can I control if the system uses my (external) SMTP server or sendmail ?

Guys what are you talking about ? What hidden mail settings are you searching for ?

There are NONE.





2pmedia

  • Newbie
  • *
  • Posts: 9
Re: Email server problem
« Reply #10 on: September 27, 2017, 03:16:02 pm »
Ok, but how can you explain then that after a clean install without providing any mail server details the systems sends emails successfully ?

Aficionado

  • Guest
Re: Email server problem
« Reply #11 on: September 27, 2017, 03:17:45 pm »
And we are talking for all that, without knowing what kind of setup is that. Local, hosted, what kind of hosted, who sends the emails, what kind of emails are flagged as spam and what they contain.

Instead of that, you search how Osclass secretly send emails out, overlaping the settings ?

 ::)

Aficionado

  • Guest
Re: Email server problem
« Reply #12 on: September 27, 2017, 03:18:38 pm »
Ok, but how can you explain then that after a clean install without providing any mail server details the systems sends emails successfully ?

Dude, i don't believe in magic, sorry.

Read my above reply and let us know the details.

marius-ciclistu

  • issues
  • Hero Member
  • *
  • Posts: 1652
  • "BE GRATEFUL TO THOSE THAT SUPPORTED YOU"
Re: Email server problem
« Reply #13 on: September 27, 2017, 03:22:24 pm »
I think osclass uses the host's settings. If you look in emails.php  it uses sendmail.

Aficionado

  • Guest
Re: Email server problem
« Reply #14 on: September 27, 2017, 03:28:00 pm »
I think osclass uses the host's settings. If you look in emails.php  it uses sendmail.

But the OP wrote:

Quote
But it happens, I put in total bullshit as SMTP details the system sends emails.

and that just CAN'T HAPPEN.