Is it possible to let a piece of php-code recive and 'read' an email? And/or is it possible to let the php-code generate an email?
if yes, how could this be done? any tutorials?
Try looking up mail() and the IMAP, POP3, and NNTP functions.