Setting WooCommerce order emails

You can add email programmatically using hooks and filter: add_filter( ‘woocommerce_email_headers’, ‘mycustom_headers_filter_function’, 10, 2); function mycustom_headers_filter_function( $headers, $object ) { if ($object ==...

Move e-mails from one IMAP account to another.

PHP script to handle basic email IMAP migration from one account to another. If you need more sophisticated software, you can purchase imapsync. Project available at: https://edoceo.com/dev/imap-move and github Use example: curl edoceo.com/pub/imap-move.php >...

Redis – Quick Tutorial

Redis is a NoSQL data storage used mostly for catching but capable of being full database system and with the right extension set it also can be turned into relational...