LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sending e-mail smtp protocol with autentication

Hello,

I'd like to send an e-mail through my mail provider but the problem is that I need previous autentication in the server so my question is:

Is there anyway to do this in Labview? With Internet toolkit or with other tool, I don´t know.

Any comment will be wellcome, please.

Thanks in advance.

Best regards.

Jose.
0 Kudos
Message 1 of 11
(6,443 Views)
Hi jose,
yes there is a way you can do this with labview.There is a tool that I used when I hard The same problem.
It is called openG internet toolkit you can get this free from the openG webside www.openg.org.
Good luck.
ohiofudu.
Certified LabVIEW Architect
Certified TestStand Architect
Message 2 of 11
(6,443 Views)
The protocol for password authentication for SMTP transactions is described in RFC 2554. This is not currently implemented in the OpenG Internet Connectivity Tools, but if you let Kevin Valentine (the author of the OGIC tools) know that you are interested in supporting this, he might be interested in working with you to add that functionality.
0 Kudos
Message 3 of 11
(6,443 Views)
ohiofudu,

To the best of my knowledge, these modifications haven't made it into the OGIC library. Is this the case, and would you mind sharing them with us?

Regards,

-Jim
0 Kudos
Message 4 of 11
(6,443 Views)
jgarciallamas wrote:

> Hello,
>
> I'd like to send an e-mail through my mail provider but the problem
> is that I need previous autentication in the server so my question is:
>
> Is there anyway to do this in Labview? With Internet toolkit or with
> other tool, I don´t know.

I posted a library to replace the relevant functions of the LabVIEW SMTP
library some time ago here on Developer Exchange.

Checkout

http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000084CB0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 5 of 11
(6,013 Views)
Hi Jim,

ohiofudu is referring to the plain text authentication that the ogic-smtp
library uses. There is no encryption (possibly what the OP wants), just
base64 encoding 😞 As Rolf says, it's not very secure.

-kevin
0 Kudos
Message 6 of 11
(6,443 Views)
Kevin Valentine wrote:

> Hi Jim,
>
> ohiofudu is referring to the plain text authentication that the ogic-smtp
> library uses. There is no encryption (possibly what the OP wants), just
> base64 encoding 😞 As Rolf says, it's not very secure.

Right, my library doesn't support encryption either. It isn't really a
big deal to support MD5 or CRAM-MD5, you just need the MD5 algorithme.
Problem is I haven't come up with a VI I could distribute for free to do
this as I'm using the Crypto-G library from
http://www.visecurity.com/cryptg.shtml to do that.

I think this Toolkit is such a good deal for its price that I haven't
got myself to really spend the time to write my own algorithme I could
distribute for free.

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 7 of 11
(6,443 Views)
Hi,

Thanks to all for your support.

Kind regards.

Jose.
0 Kudos
Message 8 of 11
(6,443 Views)
Rolf and Kevin,

I have been in contact with Enrique Vargas. He said that he has no issues releasing his "Crypto-G" md5 implementation under the LGPL as part of the OpenG Toolkit. I'll work with him on this and get an md5 package released soon. Let me know if you are interested in contributing anything to (or have any input related to) this first release.

Jim Kring
0 Kudos
Message 9 of 11
(6,442 Views)
Jim, you beat me to it! I was about to fire off an email to Enrique
yesterday to request the same thing. I got side tracked with work and
left it in my draft box. That's great he's onboard with LGPL 🙂

-kevin
0 Kudos
Message 10 of 11
(6,442 Views)