Change sender of confirmation email

This topic contains 2 replies, has 2 voices, and was last updated by  Cogo 6 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29663

    Hello,

    is it possible to change the sender of the confirmation mail produced by the FES form?
    ATM I think it is the admin email of the wordpress site, but the admin of this site (me) doesn’t manage the events and the users often respond to this confirmation email.

    Best wishes

    Simon

    Cogo
    #29669

    Hi Simon,

    Yes it is, using the eventorganiser_few_admin_email filter:

    add_filter('eventorganiser_few_admin_email', function($email){
    return 'new@email.com';
    });

    Stephen Harris
    #29698

    Thank you!

    Cogo
Viewing 3 posts - 1 through 3 (of 3 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.