SID-01134: Sending mails by form
| Status: |
Answered |
TWiki version: |
4.3.1 |
Perl version: |
|
| Category: |
CategoryEmail |
Server OS: |
Debian |
Last update: |
14 years ago |
Hi,
I want to implement an anonymous feedback form, so I need a way to send an email out of a HTML form. Twiki doesn't seem to support this, right? The only possibility I found is the Send Email Plugin, but I'm not allowed to install ist. Are there any other opportunities to send emails?
Thx in advance!
Simon
--
SimonFeil - 2011-03-23
Discussion and Answer
Two options if you cannot install the
SendEmailPlugin:
- There are web based anonymous mail service providers you could use to send mail.
- You can install a CGI script that forwards e-mail on another server and point the form action of the send mail form in your TWiki page to that CGI script.
--
PeterThoeny - 2011-03-23
Thx, I try the CGI script version!
--
SimonFeil - 2011-04-05
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.