Re: Perl Email and WuFoo Forms.

2018-10-04 Thread Shlomi Fish
Hi James, On Tue, 2 Oct 2018 14:18:35 +0100 James Kerwin wrote: > Hi All, > > I have a Perl script that pulls in some information, generates an email, > sends the email to a person and provides a URL to a WuFoo form. This URL > contains the information to populate most fields in the form and co

Re: Perl Email and WuFoo Forms.

2018-10-02 Thread Илья Рассадин
Hi! You can set up javascript handler for the form and submit it automatically if all fields are filled. On 02/10/2018 16:18, James Kerwin wrote: Hi All, I have a Perl script that pulls in some information, generates an email, sends the email to a person and provides a URL to a WuFoo form.

Perl Email and WuFoo Forms.

2018-10-02 Thread James Kerwin
Hi All, I have a Perl script that pulls in some information, generates an email, sends the email to a person and provides a URL to a WuFoo form. This URL contains the information to populate most fields in the form and could populate all of the fields. What I don't know is how to submit the form.

RE: perl email

2002-06-26 Thread Tucker, Ernie
, 39th President of the United States -Original Message- From: Timothy Johnson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 1:21 PM To: 'Tucker, Ernie'; Timothy Johnson; [EMAIL PROTECTED] Subject: RE: perl email Well, I'm not sure how $smail works, but offhand I

RE: perl email

2002-06-26 Thread Janek Schleicher
Timothy Johnson wrote at Wed, 26 Jun 2002 19:43:52 +0200: > Include this line in the header: > >Content-Type: text/html > ... > From:[EMAIL PROTECTED] > To:[EMAIL PROTECTED] > Subject:HTML Mail > content-type: text/html ^ ^ But take care to Up/Lower-Case-Writing. Of course write

RE: perl email

2002-06-26 Thread Timothy Johnson
riginal Message- From: Tucker, Ernie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 11:10 AM To: 'Timothy Johnson'; Tucker, Ernie; [EMAIL PROTECTED] Subject: RE: perl email This did not work . What am I doing wrong? open(MAIL,"| $smail");

Re: perl email

2002-06-26 Thread David T-G
Ernie -- While I still say it's the WRONG WAY to do it, here's what you need to know for this example. ...and then Tucker, Ernie said... % % This did not work . What am I doing wrong? % % open(MAIL,"| $smail"); % print MAIL "From: etucker\n"; %

RE: perl email

2002-06-26 Thread Tucker, Ernie
hnician Madison Management Area Charter Communications I can get up at nine and be rested, or I can get up at six and be President. ~ Jimmy Carter, 39th President of the United States -Original Message- From: Timothy Johnson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 12:

RE: perl email

2002-06-26 Thread Timothy Johnson
ubject: RE: perl email > What about the Color ?? >why not learn how to write html ? >http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF8&q=html+tutorials&btnG=G oogle+Search Honestly...I have always dreaded HTML with all those tags!! Makes my head spin:). But then there&

RE: perl email

2002-06-26 Thread Kipp, James
> > What about the Color ?? > > >why not learn how to write html ? > > >http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF8&q=html+tu torials&btnG=Google+Search >Honestly...I have always dreaded HTML with all those tags!! Makes my head spin:). But then >there's no way out of it:(. Oh, me too.

RE: perl email

2002-06-26 Thread Shishir K. Singh
> What about the Color ?? >why not learn how to write html ? >http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF8&q=html+tutorials&btnG=Google+Search Honestly...I have always dreaded HTML with all those tags!! Makes my head spin:). But then there's no way out of it:(. -- To unsubscri

RE: perl email

2002-06-26 Thread Kipp, James
> What about the Color ?? why not learn how to write html ? http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF8&q=html+tutorials&btnG=Go ogle+Search -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: perl email

2002-06-26 Thread Timothy Johnson
be pretty easy to do. -Original Message- From: Shishir K. Singh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 10:47 AM To: Timothy Johnson; Tucker, Ernie; [EMAIL PROTECTED] Subject: RE: perl email >Include this line in the header: > Content-Type: text/html >And then just

Re: perl email

2002-06-26 Thread David T-G
Ernie -- ...and then Tucker, Ernie said... % % I have a perl scipt that emails certain information to me. I would like a % certain line to be in bold or a different color when it is emailed. Is there % a way to do this? There are lots of ways. In fact, there are as many ways as email clients,

RE: perl email

2002-06-26 Thread Shishir K. Singh
>Include this line in the header: > Content-Type: text/html >And then just write out the rest as simple HTML. >It's been a while since I've done it, but if you send it like this, I think >it should work. >From:[EMAIL PROTECTED] >To:[EMAIL PROTECTED] >Subject:HTML Mail >content-type: text

RE: perl email

2002-06-26 Thread Timothy Johnson
text/html Hi This is my normal line. This is my bold line. Bye. -Original Message- From: Tucker, Ernie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 10:38 AM To: 'Timothy Johnson'; Tucker, Ernie; [EMAIL PROTECTED] Subject: RE: perl email how? -Origina

RE: perl email

2002-06-26 Thread Tucker, Ernie
how? -Original Message- From: Timothy Johnson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 12:38 PM To: 'Tucker, Ernie'; [EMAIL PROTECTED] Subject: RE: perl email I'd recommend sending it in html mail. -Original Message- From: Tucker, Ernie

RE: perl email

2002-06-26 Thread Timothy Johnson
I'd recommend sending it in html mail. -Original Message- From: Tucker, Ernie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 10:32 AM To: [EMAIL PROTECTED] Subject: perl email I have a perl scipt that emails certain information to me. I would like a certain line to

RE: perl email

2002-06-26 Thread Shishir K. Singh
>I have a perl scipt that emails certain information to me. I would like a >certain line to be in bold or a different color when it is emailed. Is there >a way to do this? >Ernest P. Tucker II > Network Technician > Madison Management Area > Charter Communications >I can get up at nine and be

perl email

2002-06-26 Thread Tucker, Ernie
I have a perl scipt that emails certain information to me. I would like a certain line to be in bold or a different color when it is emailed. Is there a way to do this? Ernest P. Tucker II Network Technician Madison Management Area Charter Communications I can get up at nine and be rested,

RE: documentation about perl / email

2001-12-13 Thread Jenda Krynicky
From: "Brett W. McCoy" <[EMAIL PROTECTED]> > On Wed, 12 Dec 2001, Johnson, Shaunn wrote: > > > --i know. i *know* i must be doing something goofy. > > > > #$addr=`cat /tmp/email_users.txt`; > > $addr='[EMAIL PROTECTED]'; > ^ > > $addr_frm='[EMAIL PROTECTED]'; >

RE: documentation about perl / email

2001-12-12 Thread Johnson, Shaunn
n't working for me at all. -X -Original Message- From: Brett W. McCoy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 11:37 AM To: Johnson, Shaunn Cc: [EMAIL PROTECTED] Subject: RE: documentation about perl / email On Wed, 12 Dec 2001, Johnson, Shaunn wrote: > --i

RE: documentation about perl / email

2001-12-12 Thread Brett W. McCoy
On Wed, 12 Dec 2001, Johnson, Shaunn wrote: > --i know. i *know* i must be doing something goofy. > #$addr=`cat /tmp/email_users.txt`; > $addr='[EMAIL PROTECTED]'; ^ > $addr_frm='[EMAIL PROTECTED]'; ^ You need to escape the @ with \ here -- Brett

RE: documentation about perl / email

2001-12-12 Thread Johnson, Shaunn
--i know. i *know* i must be doing something goofy. --here's my code: [code] #!/usr/bin/perl $debug=2; open DATE, "date |"; $date=; chop $date; #$addr=`cat /tmp/email_users.txt`; $addr='[EMAIL PROTECTED]'; $addr_frm='[EMAIL PROTECTED]'; $boundary='!*@&#^$% HMP web server MIME boundary %$^

RE: documentation about perl / email

2001-12-12 Thread Brett W. McCoy
On Wed, 12 Dec 2001, Johnson, Shaunn wrote: > [excerpt] > > In string, @server now must be written as \@server at ./email_sys_users.pl > line 17, near "@server" > In string, @bcbsm now must be written as \@bcbsm at ./email_sys_users.pl > line 17, near "@server.fred.com > email: admin@fred" > Exec

RE: documentation about perl / email

2001-12-12 Thread Johnson, Shaunn
--sending email. --when i look at the example from perldoc -q 'mail' i get the example: Use the `sendmail' program directly: open(SENDMAIL, "|/usr/lib/sendmail -oi -t -odq") or die "Can't fork for sendmail: $!\n"; print SENDMAIL <<"EOF";

Re: documentation about perl / email

2001-12-12 Thread Brett W. McCoy
On Wed, 12 Dec 2001, Johnson, Shaunn wrote: > Where can i find documentation about using email > addresses in perl scripts? What is you are trying to do? Are you parsing email addresses, sending email, harvesting email? -- Brett http://www.chapelperilo

documentation about perl / email

2001-12-12 Thread Johnson, Shaunn
Howdy: Where can i find documentation about using email addresses in perl scripts? I believe this has to do with regex, but I'd like to read it for myself. Not finding much but flames at the FAQ sites ... TIA -X