LOL my bad, not reading this through properly, doh!

On 18 Feb 2009, at 10:11, Laurent Cozic wrote:


This would open the user's email client, and I don't think he would want the user to send the confirmation email to himself. I think that the right way would be to use a server side script that would take the username as a parameter, build the email and send it.

You can do that quite easily in PHP:

http://email.about.com/cs/phpemailtips/qt/et031202.htm

Then in Flex, just use URLLoader to call the PHP script.

--
Laurent Cozic

Flash, Flex and Web Application development
http://pogopixels.com

--- On Wed, 2/18/09, Simon Bailey <si...@newtriks.com> wrote:
From: Simon Bailey <si...@newtriks.com>
Subject: Re: [flexcoders] Send a confirmation Email
To: flexcoders@yahoogroups.com
Date: Wednesday, February 18, 2009, 10:02 AM

A quick and easy way to do this would be to use URLRequest as below:


navigateToURL( new URLRequest( "mailto:simon@ newtriks. com?subject= Registration Complete" ), "_blank" );

Simon [ Website ] newtriks.com [ Blog ] nutrixinteractive. com/blog/


On 18 Feb 2009, at 08:57, christophe_jacqueli n wrote:

Hello,

How to send a confirmation Email in the flex program when the user get
register ?

Thank you,
Christophe,







Reply via email to