![]() |
romaldus 4/2/2017 |
you don't have to define SMTP Address manually. Use PHPRunner built in Email Settings feature to define SMTP Address:
|
![]() |
romaldus 4/2/2017 |
Runner mail function: |
S
|
shoppy author 4/3/2017 |
Runner mail function: https://xlinesoft.com/phprunner/docs/runner_mail_function.htm
|
![]() |
Sergey Kornilov admin 4/3/2017 |
Make sure your $values array is populated properly. Remove redirect and try to print the contents of $values array on the page. You must be doing something different in AfterAdd event or you doing something else in BeforeAdd event and not telling us what exactly. print_r($values); |
S
|
shoppy author 4/3/2017 |
Make sure your $values array is populated properly. Remove redirect and try to print the contents of $values array on the page. You must be doing something different in AfterAdd event or you doing something else in BeforeAdd event and not telling us what exactly. To print contents of $values array use the following: print_r($values);
|
![]() |
romaldus 4/3/2017 |
Hi Sergey, All the Add Page Events are empty, just the After record added contains the code I published here before. That code is exactly the same as the one in After record updated in the Edit page Event. When I print the ($values) it just prints the ones in the "Event" table but not the ones in the "Deelnemers" table. The Email value is in the Deelnemers table(just like the Achternaam value) so therefore it does not send the email. They both don't show up with the print_r($values); code.
|
L
|
laonian 4/3/2017 |
You have a syntax error: |
![]() |
romaldus 4/3/2017 |
Or you can try something like this:
|
S
|
shoppy author 4/4/2017 |
Just can't get it to work. Tried all the options you guy's gave me but nothing works. |
S
|
shoppy author 4/5/2017 |
Don't I need to call the Email field value from the Deelnemers table first so I can use it in the Event table? |
![]() |
romaldus 4/5/2017 |
can you upload a sample project file with database? |
S
|
shoppy author 4/5/2017 |
can you upload a sample project file with database?
|