after constructing the send data form and the reply page, see chapters above, the steps for creating a notice that is sent by e-mail to the receiver and/or sender user is described below.
the GenB messaging system needs an html page to send the e-mail. The html page can be static (.html) or managed by GenB (.php). The contents, if managed by GenB, can show the data set sent through the form and even combine those results with other contents managed by GenB modules.
NOTE: The pages to be sent by e-mail must:
option 1 - have the < base > tag indicating the basis for all relative URLs used to specify various "src" and "href" attributes of our html-mail page. Example:
< head>
< base href="http://www.mysite.com/">
...
< / head>
option 2 - construct the links and references to graphic resources indicating the complete path or URL beginning with http://... (a complete URL will look something like: http://www.demo.com/img/logo.gif").
the steps in creating an html-mail notice to be sent by e-mail are described below. |