I wish there is an alternative way in linux without installing use
Mail::Sendmail;


on bash I used

mail lina.lastn...@gmail.com < report.txt


Thanks,

On Mon, Apr 2, 2012 at 4:07 PM, lina <lina.lastn...@gmail.com> wrote:
> Thanks now better. Just the send email still not work. With
> Mail::Sendmail installed.
>
> sendmail(
>    From    => 'lina.lastn...@gmail.com',
>    To      => 'lina.lastn...@gmail.com',
>    Subject => 'Step coming close',
>    Message => "Dangerous",
> );
>
> Do I need set up something extra?
>>
>>
>>
>> John
>> --
>> Any intelligent fool can make things bigger and
>> more complex... It takes a touch of genius -
>> and a lot of courage to move in the opposite
>> direction.                   -- Albert Einstein
>>
>> --
>> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
>> For additional commands, e-mail: beginners-h...@perl.org
>> http://learn.perl.org/
>>
>>

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to