Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: problem on MIME::Lite..please help

by samarzone (Pilgrim)
on Dec 10, 2010 at 07:43 UTC ( [id://876396]=note: print w/replies, xml ) Need Help??


in reply to problem on MIME::Lite..please help

You are trying to send the email to literal '$id' not the email value inside variable $id. You have enclosed $id into single quotes which does not interpolate. Same for other variable $sdate. Use double quotes instead.

Update:

A few more things

  1. You could have used use strict to see that you have incorrectly written $account for $acc_no later in the message body
  2. You can also debug the mail using $msg->send(Debug => 1); which could have perhaps pointed you to solution
  3. Avoid writing actual email addresses (personal information, in broad definition) in public forums :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://876396]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-26 08:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found