04-01-2009 09:49 PM
How to make interface for email sending.
Just send a simple message and attach a file only.
The outgoing and incoming server's ip and user name with password is known.
Thanks,
Solved! Go to Solution.
04-01-2009 10:33 PM
04-01-2009 10:37 PM
What exactly is the problem? You've got the Data Communication>Protocols>SMTP Email palette.
Have you even tried to search the forum for 'email' posts?
04-04-2009 10:13 PM
I am trying to use the 'SMTP email send multiple attachments.vi'.
May I know how to input the login user/pw for the email server.
Thanks.
04-04-2009 10:43 PM
04-06-2009 10:21 PM
04-06-2009 10:54 PM
04-07-2009 09:40 PM
Great one, works all right.
May I know if this call the google's gmail or the .net function. Or use some others?
Thanks.
04-07-2009 10:52 PM
Hi Baji ,
I found the program sometime cannot send it out, especially the first runup. And no error is given.
Is there any timeout setting.
If run in buddle in debug mode, seems error never happen.
Any suggestion, thanks.
04-08-2009 09:00 AM
turbot wrote:
May I know if this call the google's gmail or the .net function. Or use some others?
Your question is not clear. Can you please rephrase this? Are you asking whether this can be used with other email servers? Then, yes, it can. Just change the email server name and the authentication credentials.
I found the program sometime cannot send it out, especially the first runup. And no error is given.
Is there any timeout setting.
If run in buddle in debug mode, seems error never happen.
Any suggestion, thanks.
If it always works when you are running in highlight mode then clearly it is a timing issue and you will need to account for this by inserting wait functions in the appropriate places. Experiment with waits in various places to see what works best. We cannot solve this part for you since it's partially dependent on your network.