01-12-2006 01:31 AM
01-12-2006 03:35 AM
This is the SMTP server you are trying to send an email to distribute, reacting on one of the commands used in the SMTP VIs and informing you that it does not support that command. Basically this means that your SMTP server is very basic, or you are trying to use a very obscure feature in the SMPT VIs. The SMTP VIs only implement the very basic SMTP commands necessary to send emails and if your server does not understand one of those commands used it must be almost certainly a very limited server.
@250 wrote:Hi,I use the example E-Mail Notification.vi from LV7.1. when I run it ,it gives the message like this:502 Command not implemented,I do not know why,Thanks
01-13-2006 01:46 AM
01-13-2006 03:07 AM
01-13-2006 03:44 AM
Thanks Paolo,
But it does not work, the Server Response is
220 ok! welcome to xinnet.com postoffice
250 ok! welcome to xinnet.com postoffice
555 Syntax error
503 Bad seqence of commands
Error 66 occured ar TCP Read in SendEmail_LV60.vi
Possible reason(s):
Labview: The network connection was closedd by peer
01-13-2006 05:15 AM
01-13-2006 07:58 AM
You should also make sure the smtp server you're trying to use doesn't require authentication...the send mail VI's do not support it.
-Jason
01-13-2006 04:23 PM - edited 01-13-2006 04:23 PM

Message Edited by altenbach on 01-13-2006 02:34 PM
01-15-2006 10:04 PM
01-16-2006 05:16 AM