Skip to main content
Topic: Need send data table into an email body (Read 1142 times) previous topic - next topic

Need send data table into an email body

Hi, Im working with a mail when finish the load on one page.  I need send the data field of the table into the email body, Is there a way to pass the parameters in?

Example

In the page properties email sending options.


sender: xxxx.xxx
recipient:ccccc.ccc
Subject: Info
Body
  Customer (Customer ID from table)
   Name  (customer table)

And so on

   i used record insert but no work a

Thanks in advance

Re: Need send data table into an email body

Reply #1
@ocalle‍ this is where you can see the values accessible to you, it's different depending on the Database Tables you are working on. image below.

Re: Need send data table into an email body

Reply #2
@willvin  Thanks for the support , i used that but the email come with the data in blank

I think that i need put other code instead of DATA name, but i dont think so


thx


 

Re: Need send data table into an email body

Reply #4
@willvin  has you tested this? , i need send in a response email the data table with rows, need solve this.-