![]() |
HJB 5/12/2020 |
https://xlinesoft.com/phprunner/docs/send_email_with_new_data.htm |
![]() |
Karlo_from_Germany author 5/12/2020 |
https://xlinesoft.com/phprunner/docs/send_email_with_new_data.htm ... with smart greetings to "Buchholz in der Nordheide" ... P.S. View as well "Predefined Actions" - https://xlinesoft.com/phprunner/docs/predefined-actions.htm
//********** Send email with new data ************ |
![]() |
HJB 5/12/2020 |
Thanks, I read it before, of course. OK, thats the Code I use and it works. I am now looking for the appropriate code to take the value of the recipient's email address from the table without having to enter it manually. //********** Send email with new data ************
|
![]() |
Karlo_from_Germany author 5/12/2020 |
Given, the e-mail address is in the very same table like the changed record data, then you need to replace the static placeholder "????@?????.de" being just a string by a variable (platzhalter). Simply speaking, what is the recipient's email address field name in your table? For better understanding drill through the following THREAD: https://asprunner.com/forums/topic/23466-send-email-to-email-field-of-another-table/ Though it's not direct to the topic, talking about usage of a recipient's mail address in another table than the changed record oriented one in order to view useful sample code about the "platzhalter" (variable) issue.
|