I did
original code...
$mail->setSender($data['from']);
change to
$mail->setSender($contactEmails[$data['to']]['email']);
but still not send email .
how to fix this problem?
I did
original code...
$mail->setSender($data['from']);
change to
$mail->setSender($contactEmails[$data['to']]['email']);
but still not send email .
how to fix this problem?
make sure other e-mails are working too first https://wiki.oxwall.com/faq:email-sending-is-not-working
ok so you read that other page good. Ebenezer has a contact plugin which addresses this issue..
https://developers.oxwall.com/store/item/1051
I found the problem, I am using a Browser not using with IE or Chrome to do test, I try to fix contect us. few minutes ago, I use my cell phone click contect us to send email, find I got the email. after I use IE and Chrome to use Contect us send email, no problem now.