CodeIgniter Forums
Add bcc or cc email to admin when user registers - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Add bcc or cc email to admin when user registers (/showthread.php?tid=70204)



Add bcc or cc email to admin when user registers - Jrohatiner - 03-07-2018

Hi Friends,
I am trying to add a bcc or cc email to an admin after a user's account is validated to notify the site owner a new user has joined. They want to trigger the email to also go to a mailchimp list. I added the bcc => ('[email protected]') to the config and validated mailchimp on the site with the mailchimp script. Created a list in mc with hidden fields in the form but it appears that the email is not triggering the bcc to the site owner. Some errors look like the server is not configured for email. Any help is humbly appreciated! Namaste.


RE: Add bcc or cc email to admin when user registers - InsiteFX - 03-08-2018

I would check your Gmail account settings.


RE: Add bcc or cc email to admin when user registers - Jrohatiner - 03-08-2018

(03-08-2018, 04:42 AM)InsiteFX Wrote: I would check your Gmail account settings.

Hi InsiteFX,
Thank you for your reply! I was thinking along those lines, too; but then I looked at the gmail header (attached) and thought it was the server. I am not really sure about how to fix the settings on the server if that's the case.

   


RE: Add bcc or cc email to admin when user registers - InsiteFX - 03-08-2018

If it is happening on the server then you would need to get hold of their tech support.


RE: Add bcc or cc email to admin when user registers - Jrohatiner - 03-08-2018

That is what I will do. Totally agree. Appreciate the confirmation!