Posts
 
Reputation
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
~8K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for abhi10kumar

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 …

Member Avatar for Muhsin Mohamed
0
8K
Member Avatar for lisaroy1

hi ..you could also try w3school php tutorials! [url]http://www.w3schools.com/php/default.asp[/url]

Member Avatar for novice02
0
150

The End.