<?php\n/* Brevo SMTP relay for outgoing WordPress mail (contact form, notifications) */\nadd_action('phpmailer_init', function($phpmailer) {
    $phpmailer->isSMTP();
    $phpmailer->Host = 'smtp-relay.brevo.com';
    $phpmailer->SMTPAuth = true;
    $phpmailer->Port = 587;
    $phpmailer->Username = 'b13ae1001@smtp-brevo.com';
    $phpmailer->Password = 'xsmtpsib-3b68a01c67e6943fcd206c9320212debc467247e470a85a4facd5745bbca59cd-0yMeNEtMNOv0hzHZ';
    $phpmailer->SMTPSecure = 'tls';
    $phpmailer->From = 'welcome@sedanaessential.co.uk';
    $phpmailer->FromName = 'Sedana Essential';
});
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://sedanaessential.co.uk/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://sedanaessential.co.uk/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://sedanaessential.co.uk/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://sedanaessential.co.uk/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://sedanaessential.co.uk/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://sedanaessential.co.uk/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://sedanaessential.co.uk/wp-sitemap-taxonomies-product_shipping_class-1.xml</loc></sitemap><sitemap><loc>https://sedanaessential.co.uk/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
