Closed mmalinao closed 13 years ago
Hey, I'm looking at this and I am getting caught on the "Error sending notification email to ' + recipient[0].email" error when I test it.
Make sure you have your config.js file set properly. See issue #267. Also, make sure that when you're testing this, it is assumed that the user that is receiving the email HAS A VALID email address. If you're testing with just the default users intialized with setupDB.js you may run into issues.
On Thu, Apr 14, 2011 at 11:18 PM, awthornt < reply@reply.github.com>wrote:
Hey, I'm looking at this and I am getting caught on the "Error sending notification email to ' + recipient[0].email" error when I test it.
Reply to this email directly or view it on GitHub: https://github.com/mdoerk/seng513project/pull/338#issuecomment-1005230
Excellent, this did it. I forgot about the config file.
This has been pushed to the main project.
this is from my issue324 branch