Click to See Complete Forum and Search --> : Is it possible? To send mail from excahnge server


damon2003
07-28-2010, 04:45 AM
Hi,

I want to create a form and have it mailed. But instead of the script sending the email, I want to the script to access Exchange server and send the email from a users email account.

Does anyone know if this can be done or have any ideas about it?

Thanks,

JeroenHoekstra
07-28-2010, 06:11 AM
It is possible to change the header of an email using PHP. By doing this you can alter the sender information. Take a look at http://php.net/manual/en/function.mail.php for more details about the PHP mail function and in particular "Example #2 Sending mail with extra headers.".