Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter AndieDK

    (@andiedk)

    ?

    Plugin Author Laszlo Kruchio

    (@lacee1986)

    Hi AndieDK,

    I’m sorry for the late reply.

    I’m using the wp_mail function to send these email to the users. I will include this piece to be editable in the WordPress backend, but if you don’t have time, you can modify the core file.

    Search for this on line 63:
    wp_mail( $user_email, $options_subject, $options_message);

    And change it to something like this:

    $headers = 'From: My Name <[email protected]>' . "\r\n";
    wp_mail( $user_email, $options_subject, $options_message, $headers);

    Let me know, how is it going. Thanks!

    Thread Starter AndieDK

    (@andiedk)

    It works perfect, it was just what i need!

    Many thanks for your help and preparation of this plugin!

    Plugin Author Laszlo Kruchio

    (@lacee1986)

    Good to hear it. Enjoy! ??

    Thread Starter AndieDK

    (@andiedk)

    A small wish for further development. It would be cool if you could see a list of people waiting for a product comes in stock into the control panel. ?? Date of registration, link to product, email-adress.

    Plugin Author Laszlo Kruchio

    (@lacee1986)

    What a good idea! Thanks for that AndieDK.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Edit the name and email sender’ is closed to new replies.