<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">2. What are the steps to setup EvEl ?<br>

<br></div>
The code is in services/EvEl - but I can&#39;t really spend any time at the moment explaining how to set it up if you can&#39;t work it out. It&#39;s another web service you might not need/want, it doesn&#39;t really do anything beyond sending email, which could plausibly be better done by exim or whatever. You could just use mySociety::Email::construct_email() and mySociety::EmailUtil::send_email() - the only real reason I used EvEl was our SMTP server did/does immediate recipient verify checking, which meant with hosts that use greylisting they received unnecessary failure errors.<br>

</blockquote></div><br>Thanks for the pointer about construct_email/send_email. That might suffice for now. <br><br>