It would be preferable to have the following
instead of the blank line:
<MvEVAL EXPR=3D"{asciichar(13) $ asciichar(10)}">
That puts the proper rfc-compliant carriage return
line feed. But does that come before or after the
mime stuff? Those are headers so shouldn't they
go before the crlf?
David
Bill Gilligan wrote:
> Put a break between the smtp and the content.
> <MvSMTP to=3D"<[email protected]>" subject=3D"Property
> Search Request"
> mailhost=3D"smtp.stonewall-realty.com"
> from=3D"<[email protected]>">
>=20
> MIME-Version: 1.0
> Content-Type: text/html; charset=3Dus-ascii
>=20
>=20
> Bill
>=20
> -----Original Message-----
> From: [email protected] [mailto:[email protected]]On
> Behalf Of Jonathan Coulter Sent: Friday, January 28, 2005 10:54 PM
> To: Miva-Users
> Subject: RE: [meu] SMTP Error
>=20
>=20
> Thanks David,
>=20
> That fixed part of it. I still got the same error message
> until I changed
> the FROM to a real address within <>. That allowed the email
> to be sent.
>=20
> However, the email was received was empty. The rest of the code is as
> follows. Maybe its too late to be working on this, it's
> gotta be obvious.
> Any suggestions?
>=20
> <MvSMTP to=3D"<[email protected]>" subject=3D"Property
> Search Request"
> mailhost=3D"smtp.stonewall-realty.com"
> from=3D"<[email protected]>">
> MIME-Version: 1.0
> Content-Type: text/html; charset=3Dus-ascii
>=20
> <font face=3D"Verdana" size=3D"2">
> The following information was entered via the website's
> Property Search
> Form.
>
> <table width=3D100% border=3D0>
> email details go here
> </table>
>=20
> </MvSMTP>
>=20
> Thanks,
> Jon
>=20
>=20
> -----Original Message-----
> From: [email protected] [mailto:[email protected]]On
> Behalf Of David Hubbard Sent: Friday, January 28, 2005 11:33 PM
> To: Jonathan Coulter; Miva-Users
> Subject: RE: [meu] SMTP Error
>=20
>=20
> Change your TO=3D to have angle brackets around the
> address, <[email protected]>
>=20
> David
>=20
> Jonathan Coulter wrote:
>> Hello,
>>=20
>> Can anyone tell me what is wrong with this?
>>=20
>> <MvSMTP TO=3D"[email protected]" FROM=3D"{ xemail }"
>> SUBJECT=3D"Property Search Request"
>> MAILHOST=3D"smtp.stonewall-realty.com">
>>=20
>> I am getting this error message ...
>>=20
>> Runtime error in /moreinfo.mvc @ [00000000:0000008e]: moreinfo.mv:
>> Line 5: MvSMTP: 5.5.2 where is <...> in that?
>>=20
>> Thanks!
>> Jon Coulter
>=20
Comment