Jump to content

sending e-mail smtp protocol


Recommended Posts

Hi,

Sorry for this new topic, I'm not able to find the old one in the forum.

Thanks to Jim for his appropiate response.

Just one more thing, I've made the vi with the these subvi's:

Init Server-Server Login-Send Data.

I'm able to execute the first and the second but I have a problem in the third one because although I'm able to execute without problems I'm not able to send the e-mail because the SERVER answers this:

"SERVER: 503 MAIL FROM command must precede DATA"

Jim I suppose you know what is happening. Could you help me one more time, please?

Thanks in advance.

Kind regards.

Jose.

Link to comment
Hi,

 

  Sorry for this new topic, I'm not able to find the old one in the forum.

  Thanks to Jim for his appropiate response. 

  Just one more thing, I've made the vi with the these subvi's:

  Init Server-Server Login-Send Data.

I'm able to execute the first and the second but I have a problem in the third one because although I'm able to execute without problems I'm not able to send the e-mail because the SERVER answers this:

  "SERVER:  503 MAIL FROM command must precede DATA"

Jim I suppose you know what is happening. Could you help me one more time, please?

Thanks in advance.

Kind regards.

Jose.

1709[/snapback]

If you are referring the Dev Zone forum thread, it is located here.

You need to send the following command, first:

MAIL FROM:<you@email.com>

Take a look at "OGIC_SMTP_Main.vi" which provides a working example.

Regards,

-Jim

Link to comment

Hi Jim,

You're right, thanks a lot for your support. The example you refered to is quite illustrative of what I want to do.

Thanks again.

Kind regards.

Jose.

If you are referring the Dev Zone forum thread, it is located here.

You need to send the following command, first:

MAIL FROM:<you@email.com>

Take a look at "OGIC_SMTP_Main.vi" which provides a working example.

Regards,

-Jim

1710[/snapback]

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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