this is not a problem from cron. ther cron-job working. the mail was sent (after run cron) the sql table is empty but the mail didn't arrived.
my notify system is working good!!!
i have checked on 2 webspaces!! cron work and smtp to!
rarely comes a mail but only registered user.
some user says this is a problem from cron job this is not correct.
i have checked the class.phpmailer.php and on my hoster the params need
the -f parameter to send mail over phpmailer but the code is set in the
params but it doesn´t work too.
It will send only when i take my side webmasters email in send from in FORM.
When any other adress is in Sender in FORM the mail will not deliever
sometime the mail will delivered but mostely not. It is important that
the formular will work. !!!
if SMTP email adress in Oxwall active (/admin/settings/email) and send a mail is the sender adress wrong.
the formailer (Contact) always takes the address of the SMTP email from oxwall.
this ist not a Cron Problem!
Dudi, if the mail goes out from the ow_base_mail table, the software is no longer responsible for the mails, something is wrong with either SMTP you're using or mail server
Have you tried to disable smtp and check whether you get the verification e-mail?
As I noted, when the mail goes out from the table the software is no longer responsible for what's going with the mails, now it is turn of the mail server to handle the mails. Something is wrong with the mail server, you need to contact your hosting provider to resolve the issue.
I have testet with 2 webspace and one new clean oxwall Installation. The mail form working with google Account but the mail come only from guest Not from members.
Hi i habe the Same Problem the Mail doesnt out und while the Sender is Empty the Provider Need the Sender or in will be Spam in sql table Sender is empty it is a Problem from the class.php_mailer.php there is no Link vor the sender table
Yes i See the Problem the from is not defined by Post how can i so that?
When i use a smtp the Mails only come from one adress but the Mails Must come from User. Now when User Type his Mail Adress the Mail Adress didnt go to Sender table in sql and then the Mail doesnt go out from Provider. How i can define the from in php_mailer to set it by Post user mail?