PHP Login System with Admin Features

Would you like to react to this message? Create an account in a few clicks or log in to continue.
PHP Login System with Admin Features

This forum was created to talk about the PHP Login System with admin features created by jpmaster77 on evolt's website


2 posters

    Welcome Mail BCC

    jack
    jack


    Number of posts : 3
    Registration date : 2010-03-23

    Welcome Mail BCC Empty Welcome Mail BCC

    Post  jack Tue Mar 23, 2010 6:30 pm

    Hi,

    Great Script with some good features.

    Was wondering if it is possible BCC the welcome mail to Admin to let them know a new user has registered.

    Any help would be appreciated,

    Thnaks Jack
    Linchpin311
    Linchpin311


    Number of posts : 220
    Age : 38
    Localisation : Long Island
    Registration date : 2007-05-14

    Welcome Mail BCC Empty Re: Welcome Mail BCC

    Post  Linchpin311 Tue Mar 23, 2010 10:58 pm

    a pretty easy fix...

    first make sure you have set your welcome mail to send when a new user is registered than check out mailer.php. Inside there find the send welcome function. Find the first line in that function (line 25 if you havent made any changes to the file) and directly under that line add this new line:
    Code:
    $from .= "\r\nBcc: ADMIN@EMAIL.COM";
    This line adds on a bcc to the additional headers in the php mail function. Of course change ADMIN@EMAIL.COM to your real admin email address.

    The php mail function is actually pretty robust while being quite simple to implement. for more info on the php mail function, follow the link.
    jack
    jack


    Number of posts : 3
    Registration date : 2010-03-23

    Welcome Mail BCC Empty Re: Welcome Mail BCC

    Post  jack Wed Mar 24, 2010 12:21 pm

    Thanks for the prompt reply,
    Works perfectly.

    Thanks Jack

    Sponsored content


    Welcome Mail BCC Empty Re: Welcome Mail BCC

    Post  Sponsored content


      Current date/time is Fri May 17, 2024 4:26 am