[Plugin: WordPress Form Manager] Email two differnet emails with Custom E-Mail Notifications
-
What I’d like to be able to do is send two separate messages. one to the admin and one to the person that filled out the form.
I’ve tried:
@start
To: [admin email]
From: Website <website@somelocation.net>
Subject:
@message start
@message end
@end
@start
To: Website <website@somelocation.net>
From: [admin email]
Subject:
@message start
@message end
@endand
@start
To: [admin email]
From:
Subject:
@message start
@message endTo:
From: [admin email]
Subject:
@message start
@message end
@endbut neither seem to work. Any suggestions?
Also a stupid question… when outputting an assigned nickname “amistupid” is the correct format: [item (amistupid)] or [item amistupid]
The topic ‘[Plugin: WordPress Form Manager] Email two differnet emails with Custom E-Mail Notifications’ is closed to new replies.