Send email with table of orders |
10/20/2017 8:54:34 PM |
PHPRunner General questions | |
Z
zupermanzito author
ok, first of all, this might be hard, english is not my native lenguage. so ill try to explain my self as the best i can. |
|
![]() |
HJB 10/21/2017 |
https://xlinesoft.com/massmailer |
![]() |
Sergey Kornilov admin 10/23/2017 |
Instead of outputting information to the screen using 'echo' command you need to assign it to $body variable similar to what we do in this example: while ($row = mysqli_fetch_array($result)) |
Z
|
zupermanzito author 10/28/2017 |
Instead of outputting information to the screen using 'echo' command you need to assign it to $body variable similar to what we do in this example: https://www.xlinesoft.com/phprunner/docs/email_selected_records.htm
<td>'.$row['fecha'].'</td>
|
Z
|
zupermanzito author 10/28/2017 |
https://xlinesoft.com/massmailer ... for inspiration purposes only.
|
![]() |
HJB 10/29/2017 |
to be honest i have it, however i don't see much of a documentation, i have lost faith in it.. i don't see many examples or how use it besides that single page.
|
![]() |
Sergey Kornilov admin 10/30/2017 |
MassMailer template is not a code that you can use. It is a template that does similar job and it was a suggestion to check that template instead of inventing a bicycle.
|
![]() |
HJB 11/2/2017 |
MassMailer template is not a code that you can use. It is a template that does similar job and it was a suggestion to check that template instead of inventing a bicycle. If you want to implement this on your own you need to troubleshoot your code. This article explains how to troubleshoot custom buttons: https://xlinesoft.com/phprunner/docs/troubleshooting_custom_buttons.htm Generally speaking here basic troubleshooting steps:
|