Hi, I used to do a similar thing, starting over ten years ago, with comcast as my ISP at home. I had a script that would notes to about 200 or so people from a place I used to work at. About 4-5 years ago it stopped working. After trying darn near everything, I did find out that comcast blocked outgoing mail like this on purpose. I assume they still do. It was supposedly a spam issue with them.

Really. But I'm not spamming, so what do I do? Networking and SMTP is outside my area of competence. My mail client works - apple mail, thunderbird, eudora all worked to send mail, so I'm thinking wtf? I changed over to using an applescript thing that sends my notes out through apple mail to each member in a group I set up in Contacts. It's ugly and it's awful, because working in apple script is like learning martian. I still don't get it. But once it worked I stopped caring how it looked, since I wasn't at work.

All this might not make sense on first reading, but it's true. I think you end up bypassing the comcast smtp facility and instead use comcast merely to connect to, say, a google or apple account (I do either, both work).

So long story short - maybe you write a mail client and get around this, or use an existing mail client. But if you figure this out I will be interested to see how it worked.

Good luck to you


In reply to Re: Sendmail issue by sances
in thread Sendmail issue by arete

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.