![]() |
Sergey Kornilov admin 5/1/2011 |
I recommend to check this article that explains how to send emails on timely fashion: |
U
|
unsearcheable author 5/9/2011 |
I recommend to check this article that explains how to send emails on timely fashion: http://www.asprunner.com/forums/topic/14793-sample-script-to-send-email-on-timely-fashion/
|
N
|
nti 5/9/2011 |
but how can i send fields from other tables?
|
U
|
unsearcheable author 5/9/2011 |
Create new custom view utilizing the table/s and fields you require. Add Send Email Event based on: http://www.asprunner...timely-fashion/
|
![]() |
Sergey Kornilov admin 5/9/2011 |
You can sse DAL's CustomQuery() function and put any SQL query you want there. |
U
|
unsearcheable author 5/9/2011 |
You can sse DAL's CustomQuery() function and put any SQL query you want there.
|
N
|
nti 5/9/2011 |
how can i send them all in one mail instead of one per mail ?
|
U
|
unsearcheable author 5/9/2011 |
Utilize phpMyAdmin and "Create Mysql Table View" using your Custom View Sql.
<?php
|
![]() |
Sergey Kornilov admin 5/10/2011 |
The code itself looks good and nothing suggests why it only sends the latest record. |
U
|
unsearcheable author 5/10/2011 |
The code itself looks good and nothing suggests why it only sends the latest record. I recommend to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|