From gatorreina at gmail.com Mon Dec 1 09:02:06 2014 From: gatorreina at gmail.com (Richard Reina) Date: Mon, 1 Dec 2014 11:02:06 -0600 Subject: [sf-perl] perl Mime send timesout Message-ID: I have tried to get this to work using three different sets of SMTP settings. Each time the result is the same: # perl test_mime_simple.pl SMTP Failed to connect to mail server: Connection timed out at test_mime_simple.pl line 18. Below is my attempt with gmail settings I have also tried with Port => 465. I seem to not be able to connect with ANY smtp server despite having a working internet connection. Any ideas would be greatly appreciated. Thanks #!/usr/bin/perl use MIME::Lite; $to = 'richard at rushlogistics.com'; $cc = 'gatorreina at gmail.com'; $from = 'gatorreina at gmail.com'; $subject = 'Test Email'; $message = 'This is test email sent by Perl Script'; $msg = MIME::Lite->new( From => $from, To => $to, Cc => $cc, Subject => $subject, Data => $message ); $msg->send('smtp', "smtp.gmail.com", AuthUser=>"gatorreina at gmail.com", AuthPass=>"mypass" ); -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrew at geekuni.com Mon Dec 1 09:09:40 2014 From: andrew at geekuni.com (Andrew Solomon) Date: Mon, 1 Dec 2014 17:09:40 +0000 Subject: [sf-perl] perl Mime send timesout In-Reply-To: References: Message-ID: I've found sending email very difficult on account of all the various hoops to jump through to prove you're not spamming. For MIME::Lite you also have this at the top of the docs https://metacpan.org/pod/MIME::Lite "MIME::Lite is not recommended by its current maintainer. There are a number of alternatives, like Email::MIME or MIME::Entity and Email::Sender, which you should probably use instead. MIME::Lite continues to accrue weird bug reports, and it is not receiving a large amount of refactoring due to the availability of better alternatives. Please consider using something else." For my own projects I've used http://www.mailgun.com/ and it was very easy (and the way I use it, very cheap too). Hope that helps Andrew On Mon, Dec 1, 2014 at 5:02 PM, Richard Reina wrote: > I have tried to get this to work using three different sets of SMTP > settings. Each time the result is the same: > > # perl test_mime_simple.pl > SMTP Failed to connect to mail server: Connection timed out > at test_mime_simple.pl line 18. > > Below is my attempt with gmail settings I have also tried with Port => > 465. I seem to not be able to connect with ANY smtp server despite having a > working internet connection. Any ideas would be greatly appreciated. > > Thanks > > > #!/usr/bin/perl > use MIME::Lite; > > $to = 'richard at rushlogistics.com'; > $cc = 'gatorreina at gmail.com'; > $from = 'gatorreina at gmail.com'; > $subject = 'Test Email'; > $message = 'This is test email sent by Perl Script'; > > $msg = MIME::Lite->new( > From => $from, > To => $to, > Cc => $cc, > Subject => $subject, > Data => $message > ); > > $msg->send('smtp', "smtp.gmail.com", AuthUser=>"gatorreina at gmail.com", > AuthPass=>"mypass" ); > > > > > _______________________________________________ > SanFrancisco-pm mailing list > SanFrancisco-pm at pm.org > http://mail.pm.org/mailman/listinfo/sanfrancisco-pm > > -- Andrew Solomon Mentor at Geekuni http://geekuni.com/ http://www.linkedin.com/in/asolomon -------------- next part -------------- An HTML attachment was scrubbed... URL: From fred at redhotpenguin.com Wed Dec 17 14:46:33 2014 From: fred at redhotpenguin.com (Fred Moyer) Date: Wed, 17 Dec 2014 14:46:33 -0800 Subject: [sf-perl] Congratulations VM Brasseur, 2014 White Camel Award winner! Message-ID: I'd like to extend a congratulations to VM Brasseur who is now a White Camel award winner for 2014! VM worked tirelessly to grow the SF.pm group over 2013/2014 to where it is now. Please join me in congratulating her! http://blogs.perl.org/users/brian_d_foy/2014/12/the-2014-white-camel-awards.html From david at fetter.org Wed Dec 17 15:48:01 2014 From: david at fetter.org (David Fetter) Date: Wed, 17 Dec 2014 15:48:01 -0800 Subject: [sf-perl] Congratulations VM Brasseur, 2014 White Camel Award winner! In-Reply-To: References: Message-ID: <20141217234801.GA26796@fetter.org> On Wed, Dec 17, 2014 at 02:46:33PM -0800, Fred Moyer wrote: > I'd like to extend a congratulations to VM Brasseur who is now a > White Camel award winner for 2014! > > VM worked tirelessly to grow the SF.pm group over 2013/2014 to where > it is now. Please join me in congratulating her! > > http://blogs.perl.org/users/brian_d_foy/2014/12/the-2014-white-camel-awards.html Kudos, VM! How's Portland? Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fetter at gmail.com Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate From quinn at pgexperts.com Wed Dec 17 15:52:39 2014 From: quinn at pgexperts.com (Quinn Weaver) Date: Wed, 17 Dec 2014 15:52:39 -0800 Subject: [sf-perl] Congratulations VM Brasseur, 2014 White Camel Award winner! In-Reply-To: References: Message-ID: <60F281AA-12E9-4F0E-92F9-E2A7D82B678D@pgexperts.com> > On December 17, 2014, at 2:46 PM, Fred Moyer wrote: > > I'd like to extend a congratulations to VM Brasseur who is now a White > Camel award winner for 2014! > > VM worked tirelessly to grow the SF.pm group over 2013/2014 to where > it is now. Please join me in congratulating her! That's excellent news, and well deserved. Congratulations! -- Quinn Weaver PostgreSQL Experts, Inc. http://pgexperts.com/ 1-888-743-9778 (my extension: 510) From sfpm at vmbrasseur.com Wed Dec 17 21:29:43 2014 From: sfpm at vmbrasseur.com (VM Brasseur) Date: Wed, 17 Dec 2014 21:29:43 -0800 Subject: [sf-perl] Congratulations VM Brasseur, 2014 White Camel Award winner! In-Reply-To: References: Message-ID: <54926647.7010602@vmbrasseur.com> Awwwww, shucks. Thank you, all. Portland is lovely (if damp), yet you all are still missed. Much love to you all. On 12/17/2014, 14:46 , Fred Moyer wrote: > I'd like to extend a congratulations to VM Brasseur who is now a White > Camel award winner for 2014! > > VM worked tirelessly to grow the SF.pm group over 2013/2014 to where > it is now. Please join me in congratulating her! > > http://blogs.perl.org/users/brian_d_foy/2014/12/the-2014-white-camel-awards.html > _______________________________________________ > SanFrancisco-pm mailing list > SanFrancisco-pm at pm.org > http://mail.pm.org/mailman/listinfo/sanfrancisco-pm > From shlomif at shlomifish.org Thu Dec 18 01:21:52 2014 From: shlomif at shlomifish.org (Shlomi Fish) Date: Thu, 18 Dec 2014 11:21:52 +0200 Subject: [sf-perl] Congratulations VM Brasseur, 2014 White Camel Award winner! In-Reply-To: References: Message-ID: <20141218112152.2a7d6f27@telaviv1.shlomifish.org> On Wed, 17 Dec 2014 14:46:33 -0800 Fred Moyer wrote: > I'd like to extend a congratulations to VM Brasseur who is now a White > Camel award winner for 2014! > > VM worked tirelessly to grow the SF.pm group over 2013/2014 to where > it is now. Please join me in congratulating her! > Congratulations to VM and to the other White Camel award winners, Amalia Pomian and Neil Bowers. Regards, Shlomi Fish > http://blogs.perl.org/users/brian_d_foy/2014/12/the-2014-white-camel-awards.html -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Beginners Site for the Vim text editor - http://vim.begin-site.org/ *Reg*: All right, but apart from the sanitation, medicine, education, wine, public order, irrigation, roads, the fresh water system, and public health, what have the Romans ever done for us? ? Life of Brian (1979) ( http://www.imdb.com/title/tt0079470/quotes ) Please reply to list if it's a mailing list post - http://shlom.in/reply . From andrew at geekuni.com Sat Dec 20 10:05:57 2014 From: andrew at geekuni.com (Andrew Solomon) Date: Sat, 20 Dec 2014 18:05:57 +0000 Subject: [sf-perl] New Year's Resolution - Learn Modern Perl Message-ID: Starting with 'Hello World' you'll soon be writing a search engine in Perl and an online game powered by Dancer2. With instant feedback and a personal mentor you will learn to write Modern Perl like a professional. Just create an account at Geekuni then enrol before Sunday January 4 using the coupon code NYR2015 and you'll get a 30% discount on the first month's fee. I look forward to seeing you in class! Andrew Click here to create your account https://geekuni.com/create-account -- Andrew Solomon Mentor at Geekuni http://geekuni.com/ http://www.linkedin.com/in/asolomon