This topic is locked

Table email

3/8/2010 10:06:35 AM
ASPRunnerPro General questions
V
vatadim author

Dear All.

  1. Is there any way that user can sent email from view.asp page?
  2. If not is there any way that user can sent an email in format like the list page.
  3. How can we can export a page as email (instead xls, doc ...)
    Thanks in advance.
    Dimitris

Sergey Kornilov admin 3/8/2010

Dimitris,
all three bullets are possible but a bit of coding is required.
You'll need to execute SQL query, loop through recordset, format results as HTML table and send an email in HTML format.
To send email in HTML format use runner_mail function:

http://xlinesoft.com/asprunnerpro/docs/runner_mail_function.htm