Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: khopkinsHello everyone,
While creating a graph to produce scheduled data extracts for our business i have been creating additional functionality to email out if the scheduled graph has an error using the email node.
Whilst running this via the client connected to the LAE server the emails are generated when an error occurs.
However when the graph has been deployed to the server and is run from the shell script the email node fails with the below errors saying that the local host is refusing all email addresses.
Status
All e-mail addresses were refused by server "localhost". No e-mail messages were sent at all
Error pumping node (Traceback (most recent call last):
File "/usr/local/lavastorm-4.5.2/lib/python/lavastorm/brain/python1.py", line 913, in Run
while n.pump(quant):
File "/usr/local/lavastorm-4.5.2/db/../tmp/brain/Address_Information/2012.08.29_112422/temp.ttblael1.17310.104981.1346240852408.prop", line 161, in pump
raise BrainNodeException, "All e-mail addresses were refused by server \"%s\". No e-mail messages were sent at all" % self.smtpServerAddress
BrainNodeException: All e-mail addresses were refused by server "localhost". No e-mail messages were sent at all
)
Does anyone please have a pointer to what could be causing this issue?
Regards,
Keith