+ Reply to Thread
Results 1 to 3 of 3

Thread: Email name for new message received email notifications.

  1. #1

    Email name for new message received email notifications.

    Hi flynax experts,

    When the flynax system sends an email notification for a new message received, the email name is the sender's name.
    For all other email notifications the email "name" is the website name.

    Is there a way I can change this so that the email "name" is always the website name, and not the sender's name for message notifications?


    thanks,
    Chris
    Attached Images Attached Images

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello Chris,

    Go to ftp > includes > classes > rlMail.class.php > public function send

    find and replace:
    PHP Code:
    Only registered members can view the code
    with:
    PHP Code:
    Only registered members can view the code

  3. #3
    That worked perfectly.

    Thank you Rudi

+ Reply to Thread