Magento not sending emails to yahoo accounts after registeration -
i have problem magento site, discovered sends mails both gmail , hotmail not yahoo, controller controlling page accountcontroller.php , uses sendnewaccountemail() function, please need help in solving problem.
this code processes user registration
protected function _successprocessregistration(mage_customer_model_customer $customer) { $session = $this->_getsession(); if ($customer->isconfirmationrequired()) { /** @var $app mage_core_model_app */ $app = $this->_getapp(); /** @var $store mage_core_model_store*/ $store = $app->getstore(); $customer->sendnewaccountemail( 'confirmation', $session->getbeforeauthurl(), $store->getid() ); $customerhelper = $this->_gethelper('customer'); $session->addsuccess($this->__('account confirmation required. please, check email confirmation link. resend confirmation email please <a href="%s">click here</a>.', $customerhelper->getemailconfirmationurl($customer->getemail()))); $url = $this->_geturl('*/*/index', array('_secure' => true)); } else { $session->setcustomerasloggedin($customer); $session->renewsession(); $url = $this->_welcomecustomer($customer); } $this->_redirectsuccess($url); homecoming $this; } thanks.
this not code issue , email delivery issue. sending these emails out via own server? if there may things need create sure in place.
check post yahoo! message delivery problems, may related issue: http://marketingland.com/email-senders-stymied-yahoo-mail-79442
email magento gmail yahoo
No comments:
Post a Comment