Hi @ulefos
Please follow the steps:
- Open file app/code/core/Mage/Sales/Model/Order.php Line#1356
- Find queueNewOrderEmail() function
- In Line#1356 find the code:
$mailer->setQueue($emailQueue)->send();
replace with:
/*$mailer->setQueue($emailQueue)->send();*/
$mailer->send();
This will send mail directly, you can check email by placing an order.
If mail not send after changing code please check your server configuration for email.
Please let me know if it helps.
Let me know if it helps. You can raise a KUDOS if its really worth for you. Also if it solves your problem then please mark as SOLUTION.