V
VicMan23228
Hello All,
I have designed a form that is intended to send system notifications. In
this form I have several views depending on the type of response to be
emailed.
I am using a button to submit the email. During that process I have preset
destination emails and related from views and all of that is working fine.
Except one part:
After I send the email that is generated I note that a file is automatically
added as an attachment right before the email gets sent (Form1.xml for
example). I have no control over this file except to predetermine its name.
This email attachment would be fine if it was only to be used internally with
in the company. This system notification will also target our clients.
Unfortunately, that attachment includes everything in the form including
email address and functionality/code that I am intestinally attempting to
hide from the receiver.
Is it possible to programmatically prevent a copy of the form from being
attached at all? Note: All I want the user to see is the results of the view
generated while the email is being generated.
Let me know if any of you have any ideas
Thank you,
I have designed a form that is intended to send system notifications. In
this form I have several views depending on the type of response to be
emailed.
I am using a button to submit the email. During that process I have preset
destination emails and related from views and all of that is working fine.
Except one part:
After I send the email that is generated I note that a file is automatically
added as an attachment right before the email gets sent (Form1.xml for
example). I have no control over this file except to predetermine its name.
This email attachment would be fine if it was only to be used internally with
in the company. This system notification will also target our clients.
Unfortunately, that attachment includes everything in the form including
email address and functionality/code that I am intestinally attempting to
hide from the receiver.
Is it possible to programmatically prevent a copy of the form from being
attached at all? Note: All I want the user to see is the results of the view
generated while the email is being generated.
Let me know if any of you have any ideas
Thank you,