04-14-2004 09:26 PM
04-15-2004 05:19 PM
04-16-2004 11:15 AM
08-17-2010 04:01 AM
Hello
i get the error -7 when is send this mail with Labwindows CVI 9.0.1 .
_tmp1 = InetSendMail ("smtp.gmail.com", "supersnowV7@gmail.com", "info@technofase.com", "Test Mail", "Prova", "");
I create the mail box with gMail but i can't send it.
I try to send the same mail with WINDOWS LIVE MAIL and i send it (so no problem by the Mail Server).
Can somebody help me ?
Regards
08-17-2010 04:14 AM
Hi,
did you try the sendmail example provided with CVI? May be you should use '\0' in your file list if you are not going to attach files.
08-17-2010 05:04 AM
Hello
thank you but dosn't work. (also with /0)
I get always the -7 error back.
I dont understand wy.
Regards
08-24-2010 01:05 AM
Hello
someone can help me ? I can't send the mail from my CVI project...
Thank'you.
08-24-2010 07:46 AM - edited 08-24-2010 07:50 AM
Hi ,
Gmail outgoing mail server is using this settings : SSL enabled, via port 465 .
i don't know for sure but maybe u can check it..... see if this port is really open or something like that....
i hope it will help...
EDIT :
One more this u can use the pop3 functions......
08-30-2010 10:12 AM
I commented on something similar to this awhile back. My issue was that I had the base version and didn't have the Internet classes. So this external app worked like a charm 🙂
It has a lot of command-line inputer options to use as well.
03-06-2016 04:19 PM
Hello, please help me, when I use InetSendMail ,I get always the -7 error and I understand the problem