Hi,
Anyone here know if it is possible to send attachments other than text files using the SendSmtpEmail function found at...
I need to send MS Excel and MS Word documents as attachments. And so far this function will not accept any attachments other that a plain text file. It always errors on this code....
If i = lEncodedLines Then
*Last line of encoded data often is not
*equal to 45
strChunk = strFileData
StrFileData = ''
else
strChunk = LEFT( strFileData, 45 )
StrFileData = Sub Str( strFileData, 46 ) && <- Here
endif
Thanks,
FoxT
Anyone here know if it is possible to send attachments other than text files using the SendSmtpEmail function found at...
I need to send MS Excel and MS Word documents as attachments. And so far this function will not accept any attachments other that a plain text file. It always errors on this code....
If i = lEncodedLines Then
*Last line of encoded data often is not
*equal to 45
strChunk = strFileData
StrFileData = ''
else
strChunk = LEFT( strFileData, 45 )
StrFileData = Sub Str( strFileData, 46 ) && <- Here
endif
Thanks,
FoxT