email file with logged data


tibor

Recommended Posts

Please help. I need to send file with push button during logging to which I am logging data.

I got error: C1008 Could not send message! Response: 354 End data with <CR><LF>.<CR><LF>

here is the code:

email.strTo = "x@xx.sk"

email.strSubject = "Measurements"

email.strBody = MeasMessage

email.strFile = Logging.SaveInputs.Filename

email.Send()

Until I do not start logging it works fine.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.