I don't have internet so i use a wireless connection thru someone else in my apartment complex cuz its an unlocked connection. honestly i don't even know who it belongs to i just know that his internet provider is qwest. so i did the following and i still got the error: Warning: mail() [function.mail]: Failed to connect to mailserver at "71.210.196.246" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\GuestBook\mail.php on line 7. so i changed the mail function in my php.ini file and i still get the same error. plz help
previous setting
[mail function]
; For Win32 only.
SMTP = qwest
smtp_port = 25
; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = dan@qwest.com
New settings
[mail function]
; For Win32 only.
SMTP = 71.210.196.246
smtp_port = 25
; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = pea6n@yahoo.com


