I’m successfully sending eMails from Servoy. However I’ve not yet been able include attachments. The eMail is received, but without an attachment. I’m looking for strategies for identifying the missing link.
The JavaScript for sending the eMail seems correct.```
var vSuccess = plugins.mail.sendMail( vTo, vFrom, vSubject, vMsg, null, null, vAttach);
Nothing remarkable in the Servoy Server logs. No errors.
The co-location host can trace the transmission of the eMail. But at its first appearance on their system it's tiny, just 15K, not nearly as large as it should be.
Servoy Server is running on a Mac OS X Serve under Mac OS X 10.4.3.
Is the problem more likely within some setting within Servoy? Some setting within Mac OS X? I'm unsure where to look.