montyk Posted December 16, 2008 Share Posted December 16, 2008 When I try to send an email I get an Error"C1008 Could not send message! Responce: 354 Please start mail input." I was able to send emails before but now I can not. code: email.strHost="192.168.0.6" email.strUserName="Monty King" email.strSubject="Data From CH1" email.strTo="montyk@apsmaterials.com" email.strSubject="Data Logging" email.strFile="S:\CERANODE\Engineering\LAB\Data_Lab_16ch\CH1\1c.csv" email.strReplyAddress="montyk@apsmaterials.com" email.strReplyName="Monty King" email.strAuthenticate="NoLogin" email.Send() Link to comment Share on other sites More sharing options...
AzeoTech Posted December 16, 2008 Share Posted December 16, 2008 It worked before and now doesn't? Something changed, presumably on your server. Try adding a body. Link to comment Share on other sites More sharing options...
montyk Posted December 16, 2008 Author Share Posted December 16, 2008 I had to exit out of DAQFactory and restsrt and then it started to work. It then did it again after I had edited the sequence to add a waituntil routine so the email is sent daily at the same time. Link to comment Share on other sites More sharing options...
AzeoTech Posted December 18, 2008 Share Posted December 18, 2008 Are you perhaps sending the emails too quick? It runs async, so you can't just fire them off one after another. You need to put a delay between each email. Otherwise, there is likely some incompatibility with your server. Link to comment Share on other sites More sharing options...
paulneal Posted January 10, 2009 Share Posted January 10, 2009 I am having the same fault, what was the outcome. mine is not trying to quick as i am just doing it on a button. Paul. Link to comment Share on other sites More sharing options...
AzeoTech Posted January 12, 2009 Share Posted January 12, 2009 So on yours you can click the button once and it sends out correctly, but the second time it fails? Do you get an error message? It might take 20 seconds or so before the Alert appears. Link to comment Share on other sites More sharing options...
Motorbhoy Posted March 30, 2009 Share Posted March 30, 2009 Hi, I'm getting C1007 Could not connect to server error 10053. I'm sure I have all the details correct. My IT guy tells me we have a "Lotus Domino" server, could that be my problem ? cheers Link to comment Share on other sites More sharing options...
AzeoTech Posted March 30, 2009 Share Posted March 30, 2009 Something is disconnecting the connection. Search for socket 10053 error for more info. It may be the authentication type. The domino server could be dropping you because you aren't authenticating properly. Link to comment Share on other sites More sharing options...
Motorbhoy Posted April 2, 2009 Share Posted April 2, 2009 Cheers, I assumed wrongly that error 10053 was specific to Daqfactory. Thanks for the heads up. Our friend google pointed me in the direction of a pesky Antivirus setting, stopping Mass-Mailer worms but also stopping Daqfactory Emails. Thanks again MB Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.