« Return to Thread: Lasso 7.x: Email, multipart mime messages

Re: Lasso 7.x: Email, multipart mime messages

by Israel Thompson :: Rate this Message:

Reply to Author | View in Thread

Does the -HTML parameter not exist in Lasso 7? I can't remember.

If so, using the -Body and the -HTML parameters at the same time
should yield the results you're looking for.

[
email_send(
    -host='host',
    -to='recipient',
    -from='sender',
    -subject='subject',
    -body='plain text',
    -html='html text'
]

Israel

>
> Hi
>
> Is there an easy way to get Lasso 7 to send a multipart mime message? All
> I'm after is a plain text email with an HTML variant.
>
> TIA
>
> Simon

--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/


 « Return to Thread: Lasso 7.x: Email, multipart mime messages