problem with mail() function
Posted: Fri Nov 28, 2008 11:58 am
hi
im using mail() function this way:
i set my php.ini this way:
my php file is on locallhost from my pc.
i alert the return msg from mail() and u can see it in the image attach to the post.
what is the problem?
thx in advance.
im using mail() function this way:
Code: Select all
echo mail('mymail@gmail.com','some string','some string');Code: Select all
[mail function]
; For Win32 only.
SMTP =mailgw.netvision.net.il
smtp_port = 25
; For Win32 only.
;sendmail_from = mymail@gmail.comi alert the return msg from mail() and u can see it in the image attach to the post.
what is the problem?
thx in advance.