greenelec Posted June 5, 2012 Share Posted June 5, 2012 Hi, I am facing a big problem when I am trying to send a mail from DAQFactory. I am always getting the error "C1007 Could not connect to server! Error: 10060" Is that the SSL connection problem? The code I used to connect to the server. " email.strHost = "mail.yahoo.com" email.strUserName = "*******@yahoo.com" email.strPassword = "********" email.strReplyAddress = "*******@yahoo.com" email.strAuthenticate = "AuthLogin" " Can someone please help me with this and provide a solution for me to send an Email from DAQFactory. Many Thanks, Green Link to comment Share on other sites More sharing options...
AzeoTech Posted June 5, 2012 Share Posted June 5, 2012 My guess is that Yahoo only supports SSL connections. If so, then it won't work with DAQFactory as DAQFactory doesn't support SSL at this time. You'll have to find a different email provider that will allow sending of emails without SSL. Link to comment Share on other sites More sharing options...
greenelec Posted June 6, 2012 Author Share Posted June 6, 2012 I couldn't able to find a email provider without SSL. Can you please suggust me one or two email providers that will allow to send email without SSL.. Please help me with this. I'm helpless. . Many Thanks.. Green. . Link to comment Share on other sites More sharing options...
AzeoTech Posted June 6, 2012 Share Posted June 6, 2012 Probably the easiest and most reliable way is to simply install an email server on your machine. The only issue here is that your reverseDNS probably won't match, so some email clients may call your email spam. Otherwise, maybe some others can comment on ones that have worked for them. Link to comment Share on other sites More sharing options...
greenelec Posted June 6, 2012 Author Share Posted June 6, 2012 I found some email servers but nothing works with the DAQFactory. . I couldn't able to find a email provider without SSL. I am totally stuck with this work. Someone please help me. Link to comment Share on other sites More sharing options...
AzeoTech Posted June 7, 2012 Share Posted June 7, 2012 It looks like GoDaddy email works without SSL. I haven't tried it with DAQFactory, but it worked with a different app without SSL. Give it a try. BTW: use port 25, smtpout.secureserver.net. You'll need full authentication. Link to comment Share on other sites More sharing options...
julius228 Posted June 28, 2012 Share Posted June 28, 2012 I successful use an account whit www.inbox.com. After the registration, you need to enable the POP3/SMTP access to your account in settings page. Then you will be able to get and send email by using Daqfactory. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.