Linking HTMLexe to a hosted php mailer - possible?

Hi there GDG,

What I would like to do is send an email from a compiled HTMLexe program, but I don’t know if it is possible.

I have a php sendmail file hosted on one of my websites and thought to call it from the compiled HTMLexe file.

Will this work? or is there some kind of authentication I need to send with the php call?

or is it not possible?

Regards,

Graeme Hall

This will work if you use a Webbrowser/IE publication in HTMLEXE: just create an HTML form in your compiled HTML page. This form’s action should point to the PHP script on your website that will send the email.

Thanks.

I thought that there might be some security issue.