Hello,
A script uses this code to build an email address from a database of entries:
<MvWHILE EXPR = "{ NOT USMCMAIL.d.EOF }">
<MvASSIGN NAME = "l.toemail" VALUE = "{ l.toemail $
USMCMAIL.d.EMAIL $ ',' }">
<MvSKIP NAME = "USMCMAIL" ROWS = 1>
</MvWHILE>
<MvSMTP
TO="{ l.toemail }"
FROM="[email protected]"
MAILHOST="localhost"
SUBJECT="Comments from the USMC technical illustration management
page">
<MvEVAL EXPR="{asciichar(13) $ asciichar(10)}">
...etc
...etc
It generates this error
>Runtime error in USMC/update.mvc @ [00000000:000005fa]: update.mv: Line
>58: MvSMTP: 5.5.2 Syntax error in parameters scanning "TO"
Worse, it works just fine on one server but not the intended host.
Any thoughts? Am I doing something marginal that one server is gagging on?
All input welcome.
Thanks
rg
Ralph Gauer
[email protected]
www.ralphgauer.com
505-534-4184
Silver City, New Mexico
Comment