Email not sending
I m not receiving multiple emails from RS.
I checked the results it seems fine.
File attached.
I m not receiving multiple emails from RS.
I checked the results it seems fine.
File attached.
You have a redirect set in the update above. That might be causing redirection before the page can finish... I'd start to debug by adding this to line 197:
die("sending to: ".$totalRows_EmailNotifications);
see if it says the number of rows you would expect the email to be sent to.
What did it say? Did you remove the redirect from the update as well?
Yes it said: sending to: 0.
So this means sent to none. But why?
That means no results are in the Recordset. So the issue is with how you are trying to return the rows to send the emails.
Rs do have results. U can view rs results on same page
i have used the same RS is another page.(add-job-step2.php) there it does work. but not on this page (job-status.php)
file attached.
Yes it has results when you first view the page, but not after it submits.
The recordsets depend on the ID being sent through the url, but your form action doesn't carry it through.
To solve the problem change your form action from: <form action="job-status.php" to: <form action="" and then it will automatically carry forward any url parameters through the submit.
Aftr changing form action to blank & after submitting. Shows : sending to: 3. But emails are not sent.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.