neo_zion Posted June 12, 2009 Report Share Posted June 12, 2009 Hi all, I was not successful in running the SMTP example provided for PDA Mobile by NI,though I used the same POP and SMTP settings to send mail through my native e-mail client(mobile). I got following error message from E-Mail server: "553 Sorry, that domain isn't in my list of allowed rcpthosts." Listing the arbitration between PDA SMTP VI and e-mail server. Message to server : HELO 10.20.5.32 MAIL FROM:<info@goflexteq.com> RCPT TO:<info@goflexteq.com> DATA To: info@goflexteq.comFrom: info@goflexteq.comSubject: Project details Test. QUIT Response from Server: 220 smtpauth02.prod.mesa1.secureserver.net ESMTP. 250 smtpauth02.prod.mesa1.secureserver.net. 250 Sender accepted. 553 Sorry, that domain isn't in my list of allowed rcpthosts. I would really appreciate if any of you could interpret this arbitration and let me know what the issue is. Thanks in advance, Manu Mohan Quote Link to comment
thomas2609 Posted July 8, 2009 Report Share Posted July 8, 2009 (edited) looks like the problem is the mailserver configuration... not labview. just google for the error message and you will finde everything you need Edited July 8, 2009 by thomas2609 Quote Link to comment
ned Posted July 9, 2009 Report Share Posted July 9, 2009 Most likely the problem is that your native mail client supports authentication, while the NI example does not. When using authenticated SMTP the mail server is willing to accept mail to any destination because it knows who the sender is and that you have permission to use it. Without that authentication the mail server will only accept mail for a limited set of addresses (most likely only mailboxes in that domain) because otherwise spammers will use it to relay mail. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.