How do I send e-mails from a shell script including file attachments?
{ 3 comments }
by nixCraft on October 2, 2010 · 3 comments
by nixCraft on August 10, 2007 · 2 comments
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 [...]
{ 2 comments }
by nixCraft on January 29, 2006 · 7 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. [...]
{ 7 comments }
