WordPress database error: [Disk full (/tmp/#sql-temptable-1-2621ac-30a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `markjacobsen_options`
Need to email from your linux command line? Assuming the underlying pieces are configured correctly (run the 1st example to see) here are the basics…<\/p>\n
Send a test email<\/p>\n
mail -s \"Hi there\" someone@somewhere.com<\/code><\/pre>\nInclude some body text…<\/p>\n
echo \"This is some body text\" | mail -s \"Hi there\" someone@somewhere.com<\/code><\/pre>\nEmail the contents of a file to someone…<\/p>\n
mail -s \"My Subject\" someone@somewhere.com < \/path\/to\/your\/file.txt<\/code><\/pre>\nYou can find more here<\/a><\/p>\nPlease remember to subscribe to the newsletter<\/a> to stay up to date!<\/i>
\n
\nYou or someone you know looking to buy or sell?<\/i>\n<\/a>
\nDisclaimer: Thoughts and opinions are my own, and do not reflect the views of any employer, family member, friend, or anyone else. Some links may be affiliate links, but I don't link to anything I don't use myself. You would think this should be self evident these days, but apparently not...<\/small><\/i>","protected":false},"excerpt":{"rendered":"Need to email from your linux command line? Assuming the underlying pieces are configured correctly (run the 1st example to see) here are the basics… Send a test email mail -s “Hi there” someone@somewhere.com Include some body text… echo “This is some body text” | mail -s “Hi there” someone@somewhere.com Email the contents of a … Continue reading How do I send email from the linux command line?<\/span>