Hello Guys
I have a cable modem and I want to use the php function. Someone told that I have to configure my php.ini and add a line line
SMTP = .....
I am not sure what should I put. Can you help?
OOzy,
Just specify the name or ip of the SMTP server you use in your mail client. For example:
smtp = smtp-server.neb.rr.com
Just restart Apache (or whatever server you're using) and you're in business. HTH.
Geoff A. Virgo
Hello
I added (smtp = smtp-server.neb.rr.com )to the php.ini but still can't send any emails. Don't I have to have a password to use smtp server of rr?
Thanx a lot, it helped me too. I could not send a mail from Php script on localhost. :-)