Sending e-mails via Microsoft Exchange

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alexryan
Forum Newbie
Posts: 1
Joined: Wed Aug 12, 2009 11:05 am

Sending e-mails via Microsoft Exchange

Post by alexryan »

Does anyone here have any experience using PHP to send mail via Microsoft Exchange?
If so could please share how you did it?

Thanks,
Alex
izzy4505
Forum Newbie
Posts: 16
Joined: Tue Aug 11, 2009 1:38 pm

Re: Sending e-mails via Microsoft Exchange

Post by izzy4505 »

What is your specific reason for wanting to do this? Exchange runs an SMTP service that you can send mail through, why not just use that?
Post Reply