Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
hi. here is my tested solution. you only have to modify 2 ini files: [B]php.ini[/B] and [B]sendmail.ini[/B] 1)look for mail function in php.ini(c:/xampp/php/php.ini)>>[B][mail function] [/B] change the following:: [B]SMTP=smtp.gmail.com [/B] [B]smtp_port=587 [/B] sendmail_from = [email][email protected][/email] sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t" NOTE: ensure that the path you specify for sendmail_oath is valid.In …
hi ..you could also try w3school php tutorials! [url]http://www.w3schools.com/php/default.asp[/url]
The End.
novice02