01-23-2008 08:46 AM
01-23-2008 10:00 AM
I'm sorry if I misunderstood you. I saw that you said something about that this all is strange and it is not as far as I'm understanding the issue so far. It is simply logical, and the problem is because the LabVIEW SMTP VIs are in fact to smart for what the end application expects.
@smercurio_fc wrote:
I'm not sure how that invalidates what I said, which is that the client app is not decoding the attachment properly. You yourself said "A decent mail client will recognize the encoding and convert it back to whatever is necessary before presenting it to the user.". Shouldn't the application that's being used be able to do the same thing if it's programmed properly? After all, the application may not know how the email was sent. True, in this case there's a certain level of control since the email is being sent via LabVIEW, but that can change.
As I noted in my response, I wasn't able to use the LabVIEW SMTP VIs since those don't work with authenticated servers. I used the OpenG SMTP library.
01-23-2008 10:21 AM
01-23-2008 07:44 PM
01-24-2008 12:09 AM
As smercurio so kindly recommeneded already TWO times, use the OpenG variant to send your text. These VIs are much simpler and do not do character encoding as far as I know, which for most mail clients would be the WRONG thing to do, but since you asked.
@user_1 wrote:Hi Rolfk,Thanks for the reply.So what can i do for this from my part of labview coding?The labview application is used for the purpose of sending mail only.Other works are not handled by labview.In this send mail part can i do anything to cure the problem?I am herewith attaching a screen shot of the send mail portion of my blockdiagramThanks again........
01-24-2008 08:29 AM
01-24-2008 07:02 PM
Hi,
Thank you somuch.
My labview version is 8.0.1
01-25-2008 08:44 AM