Forum Moderators: coopster

Message Too Old, No Replies

PHP to open email client

         

too much information

2:33 am on Feb 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm working on a script to allow my clients to send an email to their customers through my cart system. I could have the email send from my server, but I would prefer to have the script pop up their email client and fill in the To: line with the addresses of their customers that are stored in the cart system.

Is there a way to open the mail client using PHP or do I need to simply generate a mailto: link for them to click on?

jatar_k

2:36 am on Feb 23, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



the mailto link is your best bet

too much information

5:58 pm on Feb 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



thanks, that's what I thought.

I was just looking for something a little more "fancy"