12-12-2007 03:42 AM - edited 12-12-2007 03:44 AM
12-12-2007 08:47 AM
12-13-2007 04:11 AM
12-14-2007 10:53 AM
12-14-2007 05:30 PM
12-15-2007 04:05 AM - edited 12-15-2007 04:12 AM
No LabVIEW based SMTP library could support SSL out of the box. This is an extra encryption layer between TCP/IP and SMTP which would have to be implemented somehow. Doing that in LabVIEW itself is just not gonna work. Not because it couldn't be done, but because it is a lot of work, needs very specific knowledge about encryption technology and needs extensive testing and if possible peer review to make sure it does not have any security holes. Now, testing is very hard and even more work than programming and peer review is simply not gonna happen. There is virtually nobody with enough deep knowledge about encryption technology and at the same time being a proficient LabVIEW programmer. They are just not two domains that usually happen to fall together.
smercurio_fc wrote:
The Yahoo account that I had used was the one that's provided with the DSL account that we have here at work. The free Yahoo account does not provide POP/POP3 access. You need to get their "Mail Plus" service for that. I also tried it with the email server that's included with our domain name and web hosting with Network Solutions, and that worked just fine, since it's POP3. Gmail includes POP/POP3, but it's all SSL. I don't believe the ogic_smtp library supports SSL. At least, I couldn't get it work with Gmail, even after enabling POP access. Outlook Express worked to get the email at Gmail downloaded, but Outlook Express supports SSL, which is why it probably worked. The Yahoo account that I tried and the Network Solutions do not use SSL. Does gmx.de use SSL?
12-15-2007 05:08 AM
12-15-2007 10:37 AM
Jaehter1 wrote:
Hi smercurio, hi rolfk...
First of all thank you very much for your reply.
Since the library works with smercurios mail server I think that the problem is the send data combined with my server (gmx.de).
But since I have no knowlage about changing the Subvis I would try to find another Mail-Server which fits my conditions:
12-16-2007 09:54 AM
12-17-2007 08:55 AM