Sending Email

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
iamchandana
Forum Newbie
Posts: 1
Joined: Thu Nov 04, 2004 9:45 pm
Location: Colombo-Sri Lanka
Contact:

Sending Email

Post by iamchandana »

I need urgent help regarding sending email. When I send email through my local server I can change like SMTP = smtp.my.isp.net /
sendmail_from = me@myserver.com.

But my problem is how can I send email using remote server. Coz I can’t change php.ini file in Remote web host server. Please, help me. I am waiting for your answer…
:lol:
Thank you..

Chandana
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Post by nigma »

You might be able to use [php_man]ini_set()[/php_man]
User avatar
sakaveli
Forum Commoner
Posts: 60
Joined: Tue Apr 06, 2004 9:42 am

Post by sakaveli »

ini_set() should work fine, please let us know if it does.
Post Reply