Infopath 2003 - Message on E-mail Submittal

R

Rebecca

Hello-

Newbie here. Designing a form for submittal by e-mail. When the submit
button is pressed, a message pops up describing that the form has created a
message to be sent from the user's default Outlook e-mail account, and that
the form data may be submitted as an attachment. The user is then required
to hit send or cancel.

This message will confuse some of our users. Is there any way to disable it
in the form design? Thanks.
 
C

Clay Fox

You have three options I believe.

One is to make your form full trust, which then reduces the security issues,
but makes the form more complex as it needs to be installed on each computer.
I believe with full trust you can send mail without the prompt.

You can add code which does the email through a seperate process, but I
think often this requires full trust as well, but there may be a way to
circumvent it. A commanline SMTP or something but this becomes complicated
too.

With the Database Accelerator Web Servise suite there is now a backend email
process that you can configure to send mail when a form is submitted from the
backend server instead. You can check it out at http://www.qdabra.com

--
Thanks

Clay Fox

Qdabra Software
http://www.qdabra.com

InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com
 
Top