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
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 'your_username@isp.com'[/code]
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.