+ 1
php programing
how to send and read emails in php
2 Respostas
+ 1
Louis Milotte thunk you...
0
send is handled via native email functions. look at php.net. reading them requires configuring the exchange server to make them readable to php. short answer, use php to send, use client to read.