Need a specific Workpress plugin for sending emails
April 17, 2012 1:26 PM Subscribe
Is there a Wordpress plugin for sending "form letter" emails?
I'm working on building a new website for my neighborhood association, and am just going with Wordpress since it's so easy to set up and it meets our basic needs for the most part. One thing I can't easily find (not really sure what I should be googling for, I guess) is the ability to have an "email city council" form on the site. I've found a lot of 'contact form' plugins, but I haven't found one that does what I'd like.
Ideally, we set up a page with a pre-filled letter (allowing the user to change anything in the letter) an input for their email address and name, and a send button. On the back end, we'd configure it to send an email to 1 to n recipients. A contact form would work, I think, provided we can provide different emails for different forms. The ones I tried only let you have all the forms send to one address.
Any ideas on if there is a plug in like this? I'd like to avoid the 'mailto' links, and I'd prefer not to roll my own if one already exists. Since I've seen these around (contact your senator an whatnot), I assume someone has written one already.
Ideas?
I'm working on building a new website for my neighborhood association, and am just going with Wordpress since it's so easy to set up and it meets our basic needs for the most part. One thing I can't easily find (not really sure what I should be googling for, I guess) is the ability to have an "email city council" form on the site. I've found a lot of 'contact form' plugins, but I haven't found one that does what I'd like.
Ideally, we set up a page with a pre-filled letter (allowing the user to change anything in the letter) an input for their email address and name, and a send button. On the back end, we'd configure it to send an email to 1 to n recipients. A contact form would work, I think, provided we can provide different emails for different forms. The ones I tried only let you have all the forms send to one address.
Any ideas on if there is a plug in like this? I'd like to avoid the 'mailto' links, and I'd prefer not to roll my own if one already exists. Since I've seen these around (contact your senator an whatnot), I assume someone has written one already.
Ideas?
You can easily do this with Contact Form 7. To get multiline data in a text area, format the tag like so:
[textarea xxx]
Here is my
multi-line
text.
[/textarea]
and it should output correctly.
posted by Magnakai at 2:00 PM on April 17, 2012
[textarea xxx]
Here is my
multi-line
text.
[/textarea]
and it should output correctly.
posted by Magnakai at 2:00 PM on April 17, 2012
Response by poster: Thanks guys! For some reason, when I tried Contact Form 7 it didn't do what I needed, but I think I may have been looking at it late at night. Thanks for the reassurance that it can send tp multiple recipients, I'll give it a second non-sleepy look :)
posted by theRussian at 7:12 PM on April 17, 2012
posted by theRussian at 7:12 PM on April 17, 2012
« Older Sometimes I want to be a PBS kid again | Dating dilemma - The type of people I want to date... Newer »
This thread is closed to new comments.
Contact Form 7 should do this too. Every time you create a form, you have to setup a recipient (or recipients), so that should meet your needs. The interface on the backend certainly isn't as nice as GF, but it is free.
posted by backwards guitar at 1:37 PM on April 17, 2012