Jump to content

Customer does not receive a confirmation e-mail


z80CPU

Recommended Posts

I am testing what happens on registering a new customer.

Customer does not receive a confirmation e-mail.

I have a Code Snippet: 

Manage Hooks  -> Code Snippets  -> Send registration confirmation email = checked as active, contains settings and php code.

Is there any way on registration to be sent mentioned above: registration confirmation email ?

Thanks!

   
Edited by z80CPU
mistake
Link to comment
Share on other sites

That snippet relies on the enviroment's installation of PHP having a direct connection to a server-installed mailer (like SendMail) so that the PHP function mail() will work. Not every server environment has a SendMail-like utility installed. The correct approach is to use CubeCart's incorporation of the PHPMail library.

I suggest removing that snippet and go for the plugin I mentioned.

Edited by bsmither
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...