> > was working today on the standard MailFormTo utility function, when I ran
> > into a problem trying to get the emails sent succesfully.
> >
> > When connecting to a Qmail or SendMail MTA, mail will not be accepted
> > by the server because of missing parts in the way Embperl.pm uses
> > Net::S
I use EmbedPerl with MySQL for developing. I think that there is some problem :
---
[$ if ($fdat{op} eq "tele2") $]
[- $my_details->set_alerting(\%fdat) -] [# update some field from database
#] [$ endif $]
[- $details = $my_details->get_alerting; -]
[+ $details->[0] +] [
>
> [0] & 1)
> $]checked[$ endif $]> Blah-Blah
instead of that, try this:
[- if ($details->[0] & 1) { $fdat{text_mobile_alert} = 'Blah-Blah' } -]
Blah-Blah
Regards,
ilia.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi