- Posts: 115
- Thank you received: 4
Ask the community, share ideas, and connect with other LimeSurvey users!
If you make the script part of the LS app, it could use the classes from LS in order to issue mails with the correct SMTP settings and so on.
<form method="post" action="/myscripts/mailer.php" target="_blank"> <input type="hidden" name="recipient" value="PUT-EMAIL-ADR-HERE" /> <input type="hidden" name="body" value="PUT-TEXTBODY-HERE" /> <input type="submit" value="Send me the results" /> </form>