Jump to content

jebus

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Posts posted by jebus

  1. HOW I DID IT:

    • I installed an SMTP server in my computer called QK SMTP Server.
    • Then I used one of the VI's from Labview to send mail, with server name as 127.0.0.1.
    • In the recipient I had to use an email account from budweiser, mybudweiser.com, wich was the one that didn't rejected my emails as SPAM, thank you budweiser :thumbup: , other emails you can use are from freemail.lt

    To everybody who tried to help me, thank you, respect. :worship: .

  2. hello rolfk,

    thanks for your help,i tried using my isp smtp but it didn't work, so i downloaded an example from OpenG

    called OGIC_SMTP, and i get this under server response:

    when using smtp.gmail.com

    ___________________________

    SERVER: 220 mx.google.com ESMTP k41sm3958055rvb.3

    CLIENT: HELO localhost

    SERVER: 250 mx.google.com at your service

    CLIENT: MAIL FROM:<>

    SERVER: 530 5.7.0 Must issue a STARTTLS command first. k41sm3958055rvb.3

    CLIENT: RCPT TO:<armesa2@gmail.com>

    SERVER: 530 5.7.0 Must issue a STARTTLS command first. k41sm3958055rvb.3

    CLIENT: DATA

    SERVER: 530 5.7.0 Must issue a STARTTLS command first. k41sm3958055rvb.3

    CLIENT: QUIT

    SERVER: 502 5.5.1 Unrecognized command. k41sm3958055rvb.3

    ___________________________

    when using cablered.com.mx, my isp

    ___________________________

    SERVER: 220-qwerty.transit-it.com ESMTP Exim 4.68 #1 Thu, 05 Jun 2008 03:00:06 -0500

    CLIENT: HELO localhost

    SERVER: 220-We do not authorize the use of this system to transport unsolicited,

    CLIENT: MAIL FROM:<>

    SERVER: 220 and/or bulk e-mail.

    CLIENT: RCPT TO:<armesa2@gmail.com>

    SERVER: 250 qwerty.transit-it.com Hello 201.160.178.253.cable.dyn.cableonline.com.mx [201.160.178.253]

    CLIENT: DATA

    SERVER: 250 OK

    CLIENT: QUIT

    SERVER: 550-"JunkMail rejected - 201.160.178.253.cable.dyn.cableonline.com.mx

    ___________________________

  3. oh yeah

    mail server: smtp.gmail.com

    recipients: my_mail@gmail.com

    file path: actualy I have to send a report generated in labView

    now I get this error:

    __________________________

    Error 56 occurred at TCP Open Connection in NI_SMTPEmail.lvlib:SMTP Email Open Session.vi:2->NI_SMTPEmail.lvlib:SMTP Email Send File Charset.vi:1->NI_SMTPEmail.lvlib:SMTP Email Send File.vi->mysend.vi

    Possible reason(s):

    LabVIEW: The network operation exceeded the user-specified or system time limit.

    ____________________________

    thanks for your attention.

  4. Hi, i am new to LabView and need to send a file to an email, I tryed using the SMTP Email Send File.vi , but I get this error

    _______________________________

    Error 16502 occurred at 502 5.5.1 Unrecognized command. f21sm7832549rvb.0

    Possible reason(s):

    LabVIEW: (Hex 0x4076) 502 Command not implemented.

    _______________________________

    , don't know why. Can someone help please.

    LabView version i'm using is 8

    :headbang:

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.