<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Linda,<br>
<br>
It is very easy to e-mail from filepro.<br>
Use mutt or sendmail. I like mutt for sending attachments.<br>
<br>
1) create a nocodes output format. generate the form and cat it thru
sendmail.<br>
make sure you have the From: To: and Subject at the top of the output
format.<br>
cat filename | /usr/lib/sendmail -t<br>
<br>
2) create a form using hplaser use pcl2pdf or some other utility to
create a pdf and use mutt to send the attachment.<br>
echo -e "This message is in the body of the e-mail" | mutt -F
/who_you_are_file -s "subject" -a fullpath_of_attachement
<a class="moz-txt-link-abbreviated" href="mailto:to_email@address.com">to_email@address.com</a><br>
<br>
I create individual sender profiles for each user and a generic one
just in case. I store these in /appl/MUTT/user_name.<br>
<br>
sample file:<br>
set hostname=appgrp.net<br>
<br>
my_hdr <a class="moz-txt-link-abbreviated" href="mailto:From:richard@appgrp.net">From:richard@appgrp.net</a><br>
<br>
set realname="Richard D. Williams"<br>
<br>
<br>
Hope this helps,<br>
<br>
Richard D. Williams<br>
<br>
Linda Hapner wrote:<br>
<blockquote type="cite" cite="mid003101c4b71c$1fc8b0f0$6401a8c0@Hapner">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2800.1276" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">I have a reader service program
(bingo cards from magazine items)&nbsp;that was written years ago and we've
been printing forms and mailing to customers.&nbsp; The program works great,
but in todays technology, everyone wants the inquiry information
emailed to them.</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">Of course an export file is easy to
do, and I do this for our big advertisers who request it.&nbsp; But we'd
have to hire a person to coordinate the volume we get in both ads and
product mentions each month for two magazines.</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">I've been asked to look into
electronic transmittal of these inquiries for everyone and to scrap the
expensive printing and mailing -- which actually makes some sense.</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">Can anyone tell me how an automatic
email and attachment can be coordinated to run smoothly within
filepro?&nbsp; I have all the information in the files -- I'm just not sure
how one would output for an email and an attachment.</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">The customer&nbsp;has a SCO unix system
and it is connected to the internet.</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">If anyone is doing this type of work
and would like to quote on assisting, please send an email to me at my
private address of&nbsp;&nbsp;&nbsp; <a href="mailto:linda@hapner.com">linda@hapner.com</a>.&nbsp;
I'm hoping there is a command out there or a setup procedure that I'm
not aware of that would facilitate this.</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">Thanks much</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">Linda Hapner </font></div>
  <div>&nbsp;</div>
  <div>&nbsp;</div>
  <div>&nbsp;</div>
  <div>&nbsp;</div>
  <pre wrap="">
<hr width="90%" size="4">
_______________________________________________
Filepro-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a>
<a class="moz-txt-link-freetext" href="http://mailman.celestial.com/mailman/listinfo/filepro-list">http://mailman.celestial.com/mailman/listinfo/filepro-list</a>
  </pre>
</blockquote>
</body>
</html>