Search Results

Search: Posts Made By: xsriniva
14,240
Posted By xsriniva
sendmail
This is what i do .
In a perl script i do the following

$ENV{PATH} = "/bin:/usr/bin";
open(MAIL, "| /usr/lib/sendmail -q1m")
or print "Cannot open send_mail";
print MAIL "To:...
5,133
Posted By xsriniva
delete mail
I am hitting the Maildir sub-dir.
5,133
Posted By xsriniva
deleting a mail from inbox in unix
I want to programatically delete a mail from my inbox(preferrably through perl).
Is there any unix command for the same or do we have some perl modules which can do this job.
14,240
Posted By xsriniva
sendmail command
Hi I am using the sendmail command for sending mails.
I have a requirement where i call this sendmail command
with the mail text.However this mail should be delivered
to the recipients only 15...
3,090
Posted By xsriniva
Sending Emails to a unix process
Hi ,

I need to have a unix process which is setup to read all incoming mail for some user and process the same.
How tough it is to code the same.Is there any way that we can
download some shell...
4,755
Posted By xsriniva
Email to a process
Hi,

I want to send a mail to a unix process.Is that possible if so what will be the email id assuming my process name is "sampleprocess".
Also when do we normally send mails to a process
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 07:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy