Morton Fox (mortonfox) wrote,
Morton Fox
mortonfox

Blatting through the week

Ironton Caboose

It's Wednesday already? My, this shorter week is going by quickly!

There was a carnival just up the road this evening. I went there to see if they had funnel cake but they didn't.

Apart from that, I've been using Subway coupons that I got from work, of all places. It's interesting that we now have special discounts at Subway and Boston Market. (Well, discounts at two specific restaurants nearby anyway, not all the restaurants in those chains.) I think we also have a discount at the nearby hotel restaurant, but I don't go there because entrees are $20 for crying out loud! Anyway, here is the tuna sub I had this evening at Subway in Ramsey. All the subs I get at Subway tend to look the same because I order them with all the veggies.

Also, while at Subway, I used the wi-fi connection to figure out how to set up the following on my notebook computer, so I'm posting it here for future reference:



Sending files via Gmail SMTP using Blat and stunnel under Windows

Blat is a command-line utility for sending files via email. Unfortunately, it lacks support for either SSL or TLS, which Gmail requires for outgoing mail. This is where Stunnel comes in.
  1. Download and install Blat from here.
     
  2. Download and install Stunnel binaries from here.
     
  3. Configure stunnel by editing stunnel.conf. I set client mode in the global options:
    client = yes
    
    I also forwarded a local port to Gmail's port 465 in the ssmtp section:
    [ssmtp]
    accept  = 465
    connect = smtp.gmail.com:465
    
    I use port 465 locally too because it's one fewer thing to remember, but you can choose any available port number. All other services can be turned off.
     
  4. Install and start stunnel by running the following:
    stunnel -install
    stunnel -start
    
    The stunnel icon will appear in the taskbar notification area.
     
  5. Define a new Blat profile for stunnel:
    blat -install 127.0.0.1 username@gmail.com 5 465 stunnel-gmail username password
    
    where username and password are your Gmail username and password. Notice that the email server for this profile is the loopback address 127.0.0.1 because Blat will be going through the stunnel proxy.
     
  6. From then on, you can send a file via Gmail SMTP like this:
    blat filename -p stunnel-gmail -to user@domain -base64
    
See also: GmailSync
Subscribe

  • Metro Gathering 2019

    The last few years, Metro Gathering was in October and had a Halloween theme. This year though, the geocaching mega event is in September and has a…

  • Metro Gathering 2018

    I was in Northern New Jersey October 18 thru 22 for Metro Gathering, the only geocaching mega event I've been attending annually. I went to fewer…

  • Patuxent Ponds

    16 years ago, I lived in Northern New Jersey and I used to travel very far from home because at the time, geocaches were few and far between. One of…

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments