Exactly! I think I need to persue a different strategy in terms of passing the attachments (such as converting them to a hex string format BEFORE submitting the message).
Such as, for example, using an algorithm like base64....
jjordan wrote:
Along that lines and before I start, is anybody aware of size limitations (other than the size of the message itself) for casting data?
Bigger = slower.
Really, though, I would step away from the sendmail node as a general purpose email generation tool. I wouldn't use it for anything more than sending notifications.
The JavaMail API is as simple an interface as any of the other email APIs out there. It might be a much better solution in general to create a standalone java program to read data from your sources and output an email. _________________ I am *not* the model of the modern major general.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum