Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Sending Outlook Email w/voting buttons through a Perl script...

Reply
Thread Tools

Sending Outlook Email w/voting buttons through a Perl script...

 
 
Kevin B. Pease
Guest
Posts: n/a
 
      11-19-2004

Hi everyone,

I've done quite a bit of Google searching for this, and haven't yet
managed to stumble upon the solution, but I can't help but think there must
be a way to do this. I know it's possible to use ActiveState's perl distro
to send email via the Outlook OLE interface (requiring perl on Windows), but
what I'm looking to do is a little different...

I have a cgi (written in perl) running on a Solaris 8 system (served up
via Apache), from which I'd like to send email to people at my company, all
of whom use Outlook 2000 (or higher). The script is used for submitting
requests to different support groups, and I've received requests to allow
for the inclusion of "voting buttons" (those little buttons in Outlook you
can add to the message that will allow you to respond with a pre-defined
answer) by management to indicate approval / disapproval of various
requests. Can anybody tell me:

a) Is this possible? I assume it must be, although maybe it's not
easy?
b) Does anyone know of any modules that might allow this already?
c) Does anyone know of any other methods that I might investigate
instead?

I know this isn't a "strictly perl" question, but my existing
infrastructure IS perl, and I'd like to accommodate the request by extending
the current infrastructure rather than rewrite the entire thing to work from
Windows just so I can do this.

Thanks,

Kevin Pease

----------
Kevin B. Pease
at kevin dot pease at fmr dot com


 
Reply With Quote
 
 
 
 
A. Sinan Unur
Guest
Posts: n/a
 
      11-19-2004
"Kevin B. Pease" <> wrote in
news:Cgond.84$:

> via Apache), from which I'd like to send email to people at my
> company, all of whom use Outlook 2000 (or higher). The script is used
> for submitting requests to different support groups, and I've received
> requests to allow for the inclusion of "voting buttons" (those little
> buttons in Outlook you can add to the message that will allow you to
> respond with a pre-defined answer) by management to indicate approval
> / disapproval of various requests.


I would go about this in one of two ways:

1. Send myself a message that looks like what the management wants. Save
the raw message to examine what it contains. If it is in some well
defined text format, then you can just use that as your message template
using one of the email modules.

2. Instead of "Outlook" buttons, send an HTML formatted message which
links (via graphics that look like buttons) to a CGI script that
authenticates and logs the vote.

Hope this helps.

--
A. Sinan Unur
d
(remove '.invalid' and reverse each component for email address)

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Java: JTNEF - Sending email with Voting buttons in Outlook. jemrusalem07 Software 0 04-24-2012 09:28 AM
Android email, Outlook 2003, outlook vs. ISP email - Bobb - Computer Information 0 03-25-2012 09:02 PM
problem sending mail: Sending the email to the following server failed Luke Java 2 03-15-2007 10:54 AM
Sending email attachment using Java through Outlook Express param Java 3 12-07-2006 07:18 PM
Sending Through ^] Through telnetlib John Abel Python 2 01-23-2004 05:47 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57