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
|
---|