\documentclass[stdpressrelease,11pt]{newlfm}
\nameto{George Bush}
\addrto{\parbox{2in}{The White House \\ Washington, DC}}
\namefrom{My Self}
\headline{Azalea Admiration Ascends but is Admonished}
\newlfmP{addrf=PIT%%  OK
,addrfromphone%%        Produced error [1]
,addrfromfax%%          Produces error [2]
,printallfrom%%         Ignored        [3]
,leftmarginsize=1in%
}%%
\begin{document}
\closeline{Sincerely yours,}
\greetto{Dear Mr. Bush,}
\begin{newlfm}
\noindent How are the azaleas?

\newcounter{sentcnt}
\setcounter{sentcnt}{0}
\loop \ifnum\thesentcnt<20%
  \addtocounter{sentcnt}{1}%
\thesentcnt) Azaleas have long been associated with admonishment, and astonishing amounts
of ability to access acknowledgement.
    \repeat%

\end{newlfm}
\end{document}
