Jump to content

php.ini


jackson5759

Recommended Posts

can anyone tell me how to find the php.ini in my web server? i got a script .. the script no error.. but the invitation doesnt work.. can anyone tell me whr to set the php.ini in web server? i want to know what setting i need to do for the smtp? i using the php send mail for inviting user join network
Link to comment
https://forums.phpfreaks.com/topic/30881-phpini/
Share on other sites

If its on your computer then its no good there! I would recommend emailing your web host about this. Your host should have some sort of email server installed and PHP setup to use that server for emails.

If your host has not setup an email server then you will need finds a third part SMTP email server - a good choice would be your ISP. You can setup the SMTP email server settings by using the following in a .htaccess file:

[code]php_value SMTP 'smtp.my_isp.com'
php_value smtp_port '25'
php_value sendmail_from '[email protected]'[/code]
Link to comment
https://forums.phpfreaks.com/topic/30881-phpini/#findComment-142505
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.