G
gotcha
Guest
I got a funny problem sending mail via php.
I use the standard mail() function from php which shows no error after the call. But none of the emails I want to send this way ever get to the receiver. But not only this they also don´t show up in ANY logfile (and I checked them all!!!).
If I try to send mail via console everything is fine though.
I already tried to change the php.ini path to sendmail which didn´t help.
mx record shouldn´t be an issue because I don´t want to recieve emails.
I also tried mchk without any result....
my phpinfo says SMTP=localhost (Port 25)
Maybe someone of the smart guys out there has a clue for me.
thanx in advance
I use the standard mail() function from php which shows no error after the call. But none of the emails I want to send this way ever get to the receiver. But not only this they also don´t show up in ANY logfile (and I checked them all!!!).
If I try to send mail via console everything is fine though.
I already tried to change the php.ini path to sendmail which didn´t help.
mx record shouldn´t be an issue because I don´t want to recieve emails.
I also tried mchk without any result....
my phpinfo says SMTP=localhost (Port 25)
Maybe someone of the smart guys out there has a clue for me.
thanx in advance