17 September, 201414 October, 2014bash, Email, Linux, Mail Sending an email with a different From: address Sometimes you have to send an email with a different “From:” address. This can be easily done in LINUX. Please see the […]
13 December, 201314 February, 2014Mail Forward emails in Outlook http://folk.uib.no/mihho/videoer/videresending%20av%20epost%20i%20outlook%20exchange.mp4
14 November, 201230 November, 2012Mail Akismet does the work! So far I have had 700 spam posts on my blog. Every one of these spam posts where detected by Akismet, and […]
25 October, 20129 October, 2017Mail, Mysql, PHP, Wordpress Alert Blog Admin php script I had to send emails to all the Blog admins in our WordPress Multisite installation. This is how I did it: [code […]
13 June, 201214 November, 2012bash, Linux, Mail Use ‘mutt’ to send email with attachment The unix ‘mutt’ command can be used to send an email with attachment: mutt -s “Test message” name@something -a files.tar < message.txt […]