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.
Hi All
Can somebody tell me how to set email for this project'Or RIA. Is there any tutorial show step by step for setting email?
I just install this project and i'm a newbie here.
Hi Cyber19,
first of all I recommend chapter Parameters on Projectorria's manual. There is nearly all information needed. All missing information depending on your server installation. But have a look (2 b googled) at PHP mail and sendmail.
Have success.
Klaus
Hi Cyber19,
first of all I recommend chapter Parameters on Projectorria's manual. There is nearly all information needed. All missing information depending on your server installation. But have a look (2 b googled) at PHP mail and sendmail.
Have success.
Klaus
Thanks climb4fun
I already change inside parameters. About the PHP mail and send mail, do I need to change send mail.php inside the folder projectorria/tools or XAMPP folder. FYI,I'm using XAMPP Server
I already change inside parameters. About the PHP mail and send mail, do I need to change send mail.php inside the folder projectorria/tools or XAMPP folder.
No you should not change some code in sendMail.php.
Only parmetering should be enough.
1) Check you have a SMTP server : either remote or local
2) Indicate parameters depending on your config :
$paramMailSender => a valid email address
$paramMailReplyTo => a valid email address
$paramAdminMail => a valid email address
$paramMailSmtpServer = 'localhost' if your SMTP server is local or address of your remote SMTP server (for instance 'smtp.free.fr')
$paramMailSmtpPort = '25' by default (default SMTP port), can be changed depending on your SMTP server.
$paramMailSendmailPath = '' blank if your PHP config uses defaut sendmail program. If not, indicate full path to SMTP executable. Not restricted to sendmail (one user configurated it to run postfix... you may find his posts on the Forum)
Thank you everyone.It work now.. 😛
Thanks everyone.It' s working now.. 😛