12-17-2007 12:59 PM - edited 12-17-2007 01:03 PM
smercurio_fc wrote:
Rolf: While the SMTP LIbrary that comes with LabVIEW could support SSL out of the box, as you indicated it doesn't. Since we were talking about the OGIC library I didn't really bring that up. I wasn't sure whether the OGIC library supported SSL, but based on what I could see it didn't seem as if it did, but I didn't write the code so I didn't want to say for sure. I have to admit I didn't really look into a great level of depth at the server response. The poster had asked whether the library worked with Gmail and when I tried I couldn't get it to work because of the SSL. I assumed the poster had the same issue since he was trying to use a free email server, and most (if not all), use SSL.
12-17-2007 01:07 PM
12-17-2007 01:15 PM
12-17-2007 01:21 PM
Jaehter1 wrote:
@smercurio
It doesn´t work with web.de, because if you change the "from address" the server (response) says invalid senders address and aborts the transmission!
It doesn´t matter if you try it with something in an email adress format like 111@222.com or if you put in just anything like 111222.
I think it is a protection thing against spam.
Do you have any idea to go arround it?
Thx
Jaehter
06-26-2008 01:34 PM - edited 06-26-2008 01:35 PM
06-26-2008 02:09 PM
06-26-2008 04:09 PM
06-26-2008 04:42 PM
06-26-2008 05:08 PM - edited 06-26-2008 05:10 PM
X-Mailer: LabVIEW OGIC_SMTP MailerThe actual content that I would see in my email client should have been just "test".
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="=====================_3297362437==_"
Status: RO
Message in MIME format
--=====================_3297362437==_
Content-Type: text/plain
charset="us-ascii"
format=flowed
Content-Transfer-Encoding: 8bit
test
--=====================_3297362437==_--
06-26-2008 05:21 PM