-1

I'm having a online shop where at registration page after filling up details user is registered but page gets blank , any Idea whats happening .After checking Error logs i find out error like this

PHP Notice:  Error: RCPT TO not accepted from server!
ADIL BHAT
  • 25
  • 1
  • 5
  • Welcome to Stack Overflow! This question is very broad. Consider editing it to include the code for the registration page and a detailed description of what the user enters, what they click and what you see along with the final error message. – J Richard Snape Jan 21 '15 at 10:43
  • @J Richard Snape , When user enters all mandatory details it registers user but unable continues with blank page – ADIL BHAT Jan 21 '15 at 10:48
  • OK - I'm not an opencart expert who can help with your issue. But I think anyone who can will need to know what you expect to see - i.e. what page you expect to see after registration. – J Richard Snape Jan 21 '15 at 10:54
  • Success Page i.e success.php – ADIL BHAT Jan 21 '15 at 11:08

1 Answers1

0

Go into Admin > System > Settings > Mail

If you have SMTP set change it to PHP Mailer that should resolve your issue

Dava Gordon
  • 192
  • 2
  • 8