Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello !
(Sorry for my very bad english 🙂 )
I'm trying to send mail from Project'or RIA : sending status is ok but no mail in my mailbox...
Read other threads from here but no results....
In configuration file, I set :
[Version : 1.8.1 / CentOs 6 on nGinx Web server]
$paramMailSender = 'xxx.xxx@bbox.fr';
$paramMailReplyTo = 'xxx.xxx@bbox.fr';
$paramAdminMail = 'xxx.xxx@bbox.fr';
$paramMailSmtpServer = 'smtp.bbox.fr';
$paramMailSmtpPort = '25';
$paramMailSendmailPath = '';
When I try to sending mail (ex: identification to user), I see in 'OutilsEmails envoyés' status=OK but I never receive the mail...
When trying to send mail from command line with "Telnet" with these params (smtp.bbox.fr / port 25), I got it...
Can someone help me please ?
Thanks.
Are you testing the line command send mail on the machine running PHP, with the user running PHP ?
All seems correct for me.
Could you check the log file for any error or warning ?
Thanks.