jwcolby
jwcolby at colbyconsulting.com
Tue May 22 06:26:38 CDT 2012
Given the availability of .net does it make sense to just build a little EXE of my own based on .Net and its smtpmail class? Has anyone seen a wrapper to that class which builds an executable that can be called or a dll. I prefer an exe but a dll would be ok for the moment. John W. Colby Colby Consulting Reality is what refuses to go away when you do not believe in it On 5/21/2012 6:40 PM, Doug Murphy wrote: > I use the Gmail smtp server from a small vb.net winforms application I > create to send email to our user group. Nothing special in the setup except > you need to use port 587. The application works fine within the limitations > of what Google allows as far as number of emails sent at any one time and > max per day. I know nothing about the internals of smtp. Found most of the > basic parameter settings in one of the online forums. I do not use ssl from > my end. > > Doug > > -----Original Message----- > From: accessd-bounces at databaseadvisors.com > [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of jwcolby > Sent: Monday, May 21, 2012 3:06 PM > To: Access Developers discussion and problem solving > Subject: Re: [AccessD] Blatt or other email > > That would explain it. > > I am not doing my own smtp server. It just seems like another can o worms > to maintain, not to mention that this is supposed to be a generic solution > usable whenever wherever. > > John W. Colby > Colby Consulting > > Reality is what refuses to go away > when you do not believe in it > > On 5/21/2012 4:53 PM, Stuart McLachlan wrote: >> Google mail requires SSL/TLS security over SMTP. Hence the failure > message: >> "530 5.7.0 Must issue a STARTTLS command first." >> >> Blat doesn't support that protocol directly, you have to combine it >> with something like sTunnel to get it. >> >> If you don't have access to another mail server which doesn't require >> SSL/TLS, an alternative is to instal your own basic SMTP server locally. > Here's the simplest one I know. >> http://www.softstack.com/freesmtp.html >> > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >