If your kiosk PC shows Flash using a web-browser, served by a web-server on local machine, you can use PHP or ASP to "script" the sending of emails.

You will probably have to setup a "send mail" program for the ASP or PHP mailing functions to use.

I don't use IIS, so I cannot help you with that, but I do use XAMPP - http://www.apachefriends.org/en/xampp.html - which comes with PHP / Apache / Sendmail. You install XAMPP and then configure Sendmail and PHP's INI files to use Sendmail with your ISP's SMTP server. http://www.apachefriends.org/en/xampp-windows.html tells you the paths to the ini files.

For example, here is the section my sendmail.ini & php.ini files from XAMPP showing the mail handling settings:

;SEND MAIL Abbreviated Settings:

; configuration for fake sendmail

[sendmail]

; you must change mail.mydomain.com to your smtp server

smtp_server=smtp.eclipse.co.uk

; if your smtp server requires authentication, modify the following two lines

;auth_username=
;auth_password=

;End SENDMAIL

;PHP.INI Sendmail abbreviated settings

[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25

; For Win32 only.
;sendmail_from = [EMAIL PROTECTED]

Hope this helps

Glen

sense co moh wrote:
Hi all
I have Kiosk machine we put it in mall it's normal PC and I made flash project 
so people can use  in this flash project I need to allow the user to send 
inqiry by email so I create the keyboard, now my problem is how to send the 
email   in director i use Multiuser Xtra but flash I have to use ASP our PHP 
and the flash file should be on the server to work.

Bassam Thanks


      
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



--

Glen Pike
01736 759321
www.glenpike.co.uk <http://www.glenpike.co.uk>
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to