How do I send e-mails from a shell script including file attachments?
{ 3 comments }
by Vivek Gite on October 2, 2010 · 3 comments
by Vivek Gite on August 10, 2007 · 1 comment
Q. How do I block all PDF or ZIP files attachments under Postfix Mail Server? A. You can easily block email attachments using mime header check. Open postfix config file Login as the root, enter: # vi /etc/postfix/main.cf Block zip or pdf files Use mime_header_checks postfix config directive, enter: mime_header_checks = regexp:/etc/ostfix/block_attachments Save and close [...]
{ 1 comment }
by Vivek Gite on January 29, 2006 · 5 comments
Q. How Can I send html email from cgi perl program under UNIX / Linux and Apache web sever? A. Sending HTML email is an easy task with MIME::Lite CPAN module. It is a low-calorie MIME generator. It can be use to send html emails, graphics file email attachments as a single-part or multi-part message. [...]
{ 5 comments }
