Hello there, Recently I have created magento store site and applied custom theme on development server and everything including email was working as expected. when I need to make this site live I've copied codebase and replicate database and change config.xml for database setting. Everything was working fine but I found yesterday that My live site not seding any emails not for sale or not for even reset password. Any comments or suggestions ?
asked 03 May '11, 07:48 webbyfox |
Hi, PHP's mail() function should work on our servers no problem as well as SMTP. Can you check to see which of those you are using and that you've correctly entered the details that are required to send email from your account? answered 08 Jul '11, 00:24 klynton |
I had the same problem after upgrading to 1.5.1.0 and fixed it by running "yum install sendmail" via ssh answered 25 Aug '11, 08:37 Vivian Mackessy Hi, You don't have root access so running
(25 Aug '11, 08:44)
klynton
|