![]() |
Sergey Kornilov admin 9/14/2011 |
You can send an unlimited number of emails from single event. Just copy and paste the code snippet that sends the email and adjust parameters like email address, body, subject etc. |
|
BeachyLife author 9/14/2011 |
You can send an unlimited number of emails from single event. Just copy and paste the code snippet that sends the email and adjust parameters like email address, body, subject etc.
|
![]() |
Sergey Kornilov admin 9/14/2011 |
To the best of my understanding you are able to send one email and the main question is how to send the second one. If that so, copy and paste the code snippet that sends the first email and amend some variables so second email goes to another address. |
|
BeachyLife author 9/14/2011 |
To the best of my understanding you are able to send one email and the main question is how to send the second one. If that so, copy and paste the code snippet that sends the first email and amend some variables so second email goes to another address. Sample email code can be found in the manual: http://xlinesoft.com/asprunnerpro/docs/runner_mail_function.htm
|
|
BeachyLife author 9/14/2011 |
To the best of my understanding you are able to send one email and the main question is how to send the second one. If that so, copy and paste the code snippet that sends the first email and amend some variables so second email goes to another address. Sample email code can be found in the manual: http://xlinesoft.com/asprunnerpro/docs/runner_mail_function.htm
|
|
BeachyLife author 9/14/2011 |
Okay, so I clicked on the "+" on the 'after record added' event page and selected "send email with new data". Changed the "tmpDict("to")=" to point to my own email to see if I get it. I didn't get the email. What am I doing wrong? Please help me. |
![]() |
Sergey Kornilov admin 9/14/2011 |
As a first step make sure correct SMTP server settings are provided under Security->User Login settings. |
|
BeachyLife author 9/15/2011 |
As a first step make sure correct SMTP server settings are provided under Security->User Login settings.
|
![]() |
Sergey Kornilov admin 9/15/2011 |
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. Someone will take a look at this. |
|
BeachyLife author 9/19/2011 |
Changed the port from 25 to 80 and email goes out just fine. Thanks for all your help and support. |
![]() |
Sergey Kornilov admin 9/19/2011 |
This is some sort of mistake, port 80 is used by web servers. |