php programing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

php programing

how to send and read emails in php

12th Jan 2017, 4:26 PM
Ahmad Chauk
Ahmad Chauk - avatar
2 Answers
+ 1
Louis Milotte thunk you...
12th Jan 2017, 4:44 PM
Ahmad Chauk
Ahmad Chauk - avatar
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.
12th Jan 2017, 4:41 PM
Louis Milotte
Louis Milotte - avatar