Email from PHP

Just got off the line with my ISP. My ISP’s smtp name server name is cwmx.com.
There is no username or password since the smtp name is tried into my air card.

My php.imi file looks like this now.

[mail function]
; For Win32 only.
; SMTP = localhost
SMTP = cwmx.com
smtp_port = 25

; For Win32 only.
;sendmail_from = me@example.com
sendmail_from = 2154293810@txt.att.net

I may get a change to try it to night. The next chance might not be until late next week as I have some family and computer issues to take care of.

Just and update just in case anyone else is trying to do email from PHP and is having trouble. I am now able to send email from a PHP script. The one thing
I did that seems to work for me was in the Php.ini file was I changed the following:
FROM ; SMTP = localhost
TO SMTP = cwmx.com <===== public email server of my ISP

Thanks And good luck!