[flexcoders] Send a confirmation Email

2009-02-18 Thread christophe_jacquelin
Hello, How to send a confirmation Email in the flex program when the user get register ? Thank you, Christophe,

Re: [flexcoders] Send a confirmation Email

2009-02-18 Thread Simon Bailey
A quick and easy way to do this would be to use URLRequest as below: navigateToURL( new URLRequest( mailto:si...@newtriks.com?subject=registration Complete ), _blank ); Simon [ Website ] newtriks.com [ Blog ] nutrixinteractive.com/blog/ On 18 Feb 2009, at 08:57, christophe_jacquelin wrote:

Re: [flexcoders] Send a confirmation Email

2009-02-18 Thread Laurent Cozic
...@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

Re: [flexcoders] Send a confirmation Email

2009-02-18 Thread bjorn
Do this on the serverside, not in Flex. 2009/2/18 christophe_jacquelin christophe_jacque...@yahoo.fr Hello, How to send a confirmation Email in the flex program when the user get register ? Thank you, Christophe, -- http://www.juicability.com - flex

Re: [flexcoders] Send a confirmation Email

2009-02-18 Thread Simon Bailey
://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