[pmwiki-devel] MailForm -> EMailForm
Dominique Faure
dominique.faure at gmail.com
Thu Aug 9 14:18:42 CDT 2007
On 8/9/07, Patrick R. Michaud <pmichaud at pobox.com> wrote:
> On Thu, Aug 09, 2007 at 02:12:45PM -0400, Ben Wilson wrote:
> > On 8/9/07, Patrick R. Michaud <pmichaud at pobox.com> wrote:
> > > I should note that the version of mail forms that I'll be
> > > supporting for PmWiki is given by the PmForm recipe, as
> > > demonstrated at
> > >
> > > http://www.pmwiki.org/wiki/Cookbook/PmForm
> > > http://www.pmwiki.org/pmform/PmForm/MailForm
> >
> > I perfer the "one ring to rule them all," so if we could add address
> > verification to PmForm, then I think TAF should comply with PmForm.
> > IIRC, there was one feature of the address verification that is either
> > not supported by earlier forms of PHP or did not play well with Win32
> > (or was that GMA that had the problem? I think each had one of the
> > problems.)
>
> What sort of address verification is needed? Do we just want to
> verify that a given domain is a valid domain, or...?
>
...and has a working mailer registered, like in:
$email_domain = explode("@",$email);
if (!checkdnsrr($email_domain[1],"MX")) die($errormsg);
--
Dominique
More information about the pmwiki-devel
mailing list