In Windows, it's a much nicer deal to install the SMTP service, configure it to connect to your valid email server, create a "Q" pointer to the "C:\Inetpug\mailroot\Pickup" folder (I call ours EMAILTEMP) then just "write" to that file. Vio`la - easy email from U2/Pick!

I use the same principal to email various messages from our Windows servers. I simply create the email header in a ".bat" file then write it to the Windows "pickup" directory. Voi`la - I get update logs for our backups and various other messages.

Bill

------------------------------------------------------------------------
Steve Romanow said the following on 9/12/2010 1:11 PM:
Python script will make quick work of this.

On 9/12/10, Symeon Breen<syme...@gmail.com>  wrote:
If you are on linux use either mutt or mail

e.g. EXECUTE "!mutt -a {fileToAttach} -s {subject}
emailaddress,emailaddress2<  /dev/null"

or EXECUTE '!echo "hello world" | mail -s {subject} emailaddress"

we send thousands of mails every week using this method.




-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mark Warner
Sent: 12 September 2010 04:31
To: u2-users@listserver.u2ug.org
Subject: [U2] EMailing from Universe

We're started a project where a client wants to email statements to their
customers.  Has anyone done this with success, and if so, can you point me
in a direction?



_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


--

Bill Haskett
* / Advantos Systems, Inc./ *
4370 La Jolla Village Drive, Suite 400
San Diego, CA 92122
☎ Tel: 360-464-2773 (WA)
☏ Fax: 760-944-7743

" What Software can be."

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to