Announcement

Collapse
No announcement yet.

mvsmtp help please

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    mvsmtp help please



    ------=_NextPart_000_006B_01C3EC00.D11E87E0
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable

    Put the <MIVA STANDARDOUTPUTLEVEL =3D "text"> before the MvSMTP tag and
    I'm sure the crlf will work as expected.
    =20
    Greg
    =20
    =20
    ----- Original Message -----=20

    From: David Hubbard <mailto:[email protected]> =20
    To: [email protected] <mailto:[email protected]> =20
    Sent: Thursday, February 05, 2004 6:47 PM
    Subject: [meu] mvsmtp help please

    Can someone tell me the proper way to use the asciichar()
    function within mvsmtp output? I'm fixing a customer's
    hand edited store to not send invalid emails but don't know
    the MivaScript way to output an asciichar(13)asciichar(10)
    after the close bracket to generate the required blank line
    to separate the headers from body. They currently have:

    <MvSMTP FROM =3D "{ use_email }"
    TO =3D "{ use_email }"
    SUBJECT =3D "{ toupper(store_code) $ ' ERROR' }"
    MAILHOST =3D "{ Domain.d.mailhost }">
    <MIVA STANDARDOUTPUTLEVEL =3D "text"><font color=3D"#000...

    I need to know how to modify that code to add the two
    asciichar functions in to get the required CRLF in there.

    Thanks,

    David



    #2
    mvsmtp help please



    Can someone tell me the proper way to use the asciichar()
    function within mvsmtp output? I'm fixing a customer's
    hand edited store to not send invalid emails but don't know
    the MivaScript way to output an asciichar(13)asciichar(10)
    after the close bracket to generate the required blank line
    to separate the headers from body. They currently have:

    <MvSMTP FROM =3D "{ use_email }"
    TO =3D "{ use_email }"
    SUBJECT =3D "{ toupper(store_code) $ ' ERROR' }"
    MAILHOST =3D "{ Domain.d.mailhost }">
    <MIVA STANDARDOUTPUTLEVEL =3D "text"><font color=3D"#000...

    I need to know how to modify that code to add the two
    asciichar functions in to get the required CRLF in there.

    Thanks,

    David


    Comment


      #3
      mvsmtp help please



      <MvSMTP FROM ...><MvEVAL EXPR="{asciichar(13) $ asciichar(10)}">

      Ivo Truxa

      | http://miva.truxoft.com
      | Advanced Miva Merchant modules


      -----Original Message-----
      From: David Hubbard

      Can someone tell me the proper way to use the asciichar()
      function within mvsmtp output? I'm fixing a customer's
      hand edited store to not send invalid emails but don't know
      the MivaScript way to output an asciichar(13)asciichar(10)
      after the close bracket to generate the required blank line
      to separate the headers from body. They currently have:

      <MvSMTP FROM = "{ use_email }"
      TO = "{ use_email }"
      SUBJECT = "{ toupper(store_code) $ ' ERROR' }"
      MAILHOST = "{ Domain.d.mailhost }">
      <MIVA STANDARDOUTPUTLEVEL = "text"><font color="#000...

      I need to know how to modify that code to add the two
      asciichar functions in to get the required CRLF in there.

      Thanks,

      David



      Comment

      Working...
      X