• Hi. It may already be on the forum, but i cant find it.

    I’m looking for a way t send both the applicant AND admin an email upon form submission. Right now i have :

    @start
    To: [user email]
    Subject: Inschrijving Windchimes  workshop Anime2012
    From: Anime Nation <info@ani-nation.nl>
    
    MIME-Version: 1.0
    Content-type: text/html
    
    @message start
    Beste [user]. 
    
    Je aanmelding voor de Windchimes  workshop op Anime2012 is ontvangen. 
    
    [data table]
    
    Print deze email uit en neem deze mee aangezien dit je bewijs van deelname is.
    Probeer zoveel mogelijk gepast geld mee te nemen. Er kan bij de deur NIET gepint worden.
    
    Betalings kenmerk : wcw [timestamp] [user]
    
    Veel plezier en succes gewenst.
    
    @message end
    @end
    @start
    To: [admin email]
    From: Me <me@me.com>
    Subject: Inschrijving Windchimes workshop Anime2012
    
    MIME-Version: 1.0
    Content-type: text/html
    
    @message start
    Hierbij de bevestiging dat [user fullname] zich heeft ingeschreven.
    
    [data table]
    Betalings kenmerk : wcw [timestamp] [user]
    
    @message end
    @end

    But it doesnt seem to work. Any thoughts?

    http://wordpress.org/extend/plugins/wordpress-form-manager/

Viewing 1 replies (of 1 total)
  • Your host is probably blocking the second e-mail (this is an issue for a lot of people). The host does this to prevent “spammers” from using their hosting accounts to send out e-mails. You could send a single e-mail with multiple recipients, if you don’t care about exposing the admin’s e-mail address.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WordPress Form Manager] multiple conformatin emails’ is closed to new replies.