|
Sending awkward characters by email in Perl
Carrying on from the email work I described in a recent article, I wrote an example today in Perl where I used the mailx program to send an email, piping to it in a system call via an echo.
For a one-liner, without special characters in the text, this is easy ... but to get echo to pass through all characters including the " delimiter and new lines took a bit more effort - but we did manage in the end with an absurdly easy looking piece of code - see here. There's an extended example, with the emial being routed to different addressed depending on its content, here.
Final - and off topic - example for today. Formatting in Perl with (s)printf. Did you know you can use "b" for binary? Example - and more formatted printing - here (written 2009-06-12 16:41:21)
Associated topics are indexed under P410 - Perl - Automated Email Answering [2232] Why sendmail one way, and pop3 the other? - (2009-06-12) [872] Email metrics - (2006-09-20)
Some other Articles
Cornerstone Cafe, MelkshamHandling nasty characters - Perl, PHP, Python, Tcl, LuaTaking a pride in the communityAlumni - revisiting and supporting the old UniversitySending awkward characters by email in PerlLoading external code into Perl from a nonstandard directoryTransforming data in Perl using lists of lists and hashes of hashesWhat is CGI.pm / A dozen new examplesRunning a piece of code is like drinking a pint of beer
|
2618 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53 at 50 posts per page
This is a page archived from The Horse's Mouth at
http://www.wellho.net/horse/ -
the diary and writings of Graham Ellis.
Every attempt was made to provide current information at the time the
page was written, but things do move forward in our business - new software
releases, price changes, new techniques. Please check back via
our main site for current courses,
prices, versions, etc - any mention of a price in "The Horse's Mouth"
cannot be taken as an offer to supply at that price.
Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).
|
|