|
Iron Speed Designer generates a Send Email feature out-of-the-box, so no additional hand-coding is required to
incorporate this functionality. Simply follow these easy steps for binding.
The Button Action Wizard is easy to work with and walks you through a series of simple steps, including how to
bind the From Email address to the ResponsibleEmail field in the ToDoRecordControl control.
First, open the Button Action Wizard and mark the text 'Send' to edit the button. Then, choose 'Send email'.
Select the email addresses from the database, or designate a staticor constant email address.
I simply repeat all steps above to set-up the 'EmailTo' function.
Simply repeat all steps above to set-up the 'Email To' function.
Finally, designate what you will send. You can choose a variety of text, ranging from statics to "insert variables
from field". The wizard helps you identify a Subject and the Body Content. There are several ways to fill the Body
Content with useful information, including text or URLs and values from fields.
Iron Speed Designer generates all of the code for me. I can even add a string in the web.config file to connect with
the SMTP-server.
To do this, click on the Tools menu and configure your email server.
|