Create a custom WooCommerce transactional email class that triggers on a specific order status change, uses the WooCommerce email template system, and sends styled HTML email.
B2B sites often need to ensure that visitors register or enquire using a company email address rather than a free provider like Gmail or Yahoo. The approach below loads a JSON blocklist of free email domains, checks the user’s input on the fly using jQuery, and prevents form submission if a blocked domain is detected.
When a website handles multiple departments or services, it is often necessary to route Contact Form 7 submissions to different email addresses depending on what the user selected. Fortunately CF7 supports this natively through its form tag syntax.