[twsocket] Help with sending mail through gmail please

2014-10-06 Thread H M
I am playing with the OverbyteIcsSslMailSend project (from Ver 7) to see if I can send a message from gmail. Unfortunately I get an error 11004 every time I click 'connect' I found this http://listarc.com/showthread.php?2206685-SSL+send+emai+using+gmail%3F that was also asking how to use ICS to

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread Angus Robertson - Magenta Systems Ltd
> I am playing with the OverbyteIcsSslMailSend project (from Ver 7) > to see if I can send a message from gmail. > Unfortunately I get an error 11004 every time I click 'connect' The V8 demo works fine for me with Gmail, although it defaults to no SSL so you must change 'SSL Type' to Explicit (St

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread H M
ng it to work just on mine won't help (This also begs the question as to what other dlls I will need to ship with my exe !) Regards Howard > Date: Mon, 6 Oct 2014 10:57:00 +0100 > From: an...@magsys.co.uk > To: twsocket@lists.elists.org > Subject: Re: [twsocket] Help with se

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread Angus Robertson - Magenta Systems Ltd
> However I am now getting the error > RequestDone Rq=12 Error=EIcsLibeayException Unsupported OpenSSL > version (0x0090600F) ! > Supported versions are 0x0090805F - 0x10AF > FileName: C:\Windows\system32\LIBEAY32.DLL The general rule with ICS SSL applications is always put the two OpenSSL D

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread H M
+0100 > From: an...@magsys.co.uk > To: twsocket@lists.elists.org > Subject: Re: [twsocket] Help with sending mail through gmail please > > > However I am now getting the error > > > RequestDone Rq=12 Error=EIcsLibeayException Unsupported OpenSSL > > version

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread Angus Robertson - Magenta Systems Ltd
> Ok, thank you for the advice. To be honest I downloaded CIS ver 7 > because I couldn't really understand how to get ver 8. You just download the ICSV8 snapshot zip from: http://wiki.overbyte.be/wiki/index.php/ICS_Download The main ICS web site is updated once or twice a year, the download pa

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread H M
.) BTW I didn't appreciate you were one of the developers! Thank you for taking the time, no better person to ask! Regards Howard > Date: Mon, 6 Oct 2014 14:31:00 +0100 > From: an...@magsys.co.uk > To: twsocket@lists.elists.org > Subject: Re: [twsocket] Help with sending m

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread Angus Robertson - Magenta Systems Ltd
> see how much I can remove to get just the > core functionality and minimum property seting needed to simply > automatically send a emailed newletter. Please do look at the Mail Queue Component I mentioned, the demo is actually a cut down version of a mailing list application I wrote 15 years ag

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread H M
:00 +0100 > From: an...@magsys.co.uk > To: twsocket@lists.elists.org > Subject: Re: [twsocket] Help with sending mail through gmail please > > > see how much I can remove to get just the > > core functionality and minimum property seting needed to simply > > autom

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread Angus Robertson - Magenta Systems Ltd
> OK, will do, that sounds like just what I need as each month the > system will have to send about 6 emails, each with about 90 bcc in > order to send an email with a 1 Mb attachment to around 550 people > max without falling foul of gmails limits. One reason I wrote the mailer in the first p

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread H M
ients per message althought the daily total is the the same. So its quite feasible for me to use your queue to send 500 individual messages . Howard > Date: Mon, 6 Oct 2014 19:33:00 +0100 > From: an...@magsys.co.uk > To: twsocket@lists.elists.org > Subject: Re: [twsocket] Help

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread Bevan Edwards
I agree with Angus, you would be better off to send the e-mails individually to the recipients' mail servers. A good reason for this is the consideration and handling of send failures and bouncebacks - all of which are going to end up in your gmail inbox if you are sending through gmail. A

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread H M
rbyteIcsSslMailSnd runs OK) Even copying OverbyteIcsSmtpProt .pas and OverbyteIcsSmtpProt .dcu into the same folder as your code didn't change anything. Any ideas? Howard > Date: Mon, 6 Oct 2014 19:33:00 +0100 > From: an...@magsys.co.uk > To: twsocket@lists.elists.org > Subject: Re: [tws

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread H M
chieve the same effect, from my application. Howard > Date: Tue, 7 Oct 2014 08:54:53 +1300 > From: be...@achieve.co.nz > To: twsocket@lists.elists.org > Subject: Re: [twsocket] Help with sending mail through gmail please > > > I agree with Angus, you would be better off to s

Re: [twsocket] Help with sending mail through gmail please

2014-10-06 Thread Bevan Edwards
or at least achieve the same effect, from my application. Howard Date: Tue, 7 Oct 2014 08:54:53 +1300 From: be...@achieve.co.nz To: twsocket@lists.elists.org Subject: Re: [twsocket] Help with sending mail through gmail please I agree with Angus, you would be better off to send the e-mails individu

Re: [twsocket] Help with sending mail through gmail please

2014-10-07 Thread Angus Robertson - Magenta Systems Ltd
> The .exe in the zip runs ok but no matter which host and > corresponding user/password I use it always reports > Can Not Open Mail Server: :25 - 426 Timeout Without SSL, you won't be able to connect to Gmail, see below. Just tested the original binary, all I did was changed To: my own email a

Re: [twsocket] Help with sending mail through gmail please

2014-10-07 Thread Angus Robertson - Magenta Systems Ltd
> I agree with Angus, you would be better off to send the e-mails > individually to the recipients' mail servers. My main point was it's better to send individually addressed emails, than bulk BCC, they are less likely to be intercepted as spam, even if it takes longer to do so. I did mentio

Re: [twsocket] Help with sending mail through gmail please

2014-10-07 Thread H M
: Tue, 7 Oct 2014 10:34:00 +0100 > From: an...@magsys.co.uk > To: twsocket@lists.elists.org > Subject: Re: [twsocket] Help with sending mail through gmail please > > > I agree with Angus, you would be better off to send the e-mails > > individually to the recipients'

Re: [twsocket] Help with sending mail through gmail please

2014-10-07 Thread Angus Robertson - Magenta Systems Ltd
> one freshly built from the source code still gives Can Not Open > Mail Server: :25 - 426 Timeout Can you please email the entire content of the progress window showing a message being queued and sent, and the diag window (that may be hidden under the form) if anything, that's only SMTP protocol.

Re: [twsocket] Help with sending mail through gmail please

2014-10-07 Thread H M
t; From: an...@magsys.co.uk > To: twsocket@lists.elists.org > Subject: Re: [twsocket] Help with sending mail through gmail please > > > one freshly built from the source code still gives Can Not Open > > Mail Server: :25 - 426 Timeout > > Can you please email the entire co