Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problems using cfmail with attribute mimeattach

Status
Not open for further replies.

FSonaglioni

Programmer
Jul 11, 2000
13
0
0
AR
hi everybody , my problem is quite simple , at least i think so , i need to send a mail with a *.doc attach , the problem is that , the mail is in html type , and when i use the mimeattach atribute , when the mail is sent , it displays the html , inside the mail. i tried using some cfx tags but nothing happened.
Here s the code.

<cfmail from=&quot;info@corporate2press.com&quot; to=&quot;#mail_reg_periodistas.PFS_E_MAIL#&quot;
subject=&quot;bienvenido a Corporate2Press !!&quot;
type=&quot;HTML&quot;
mimeattach=&quot;my_path&quot; >

<p align=&quot;justify&quot;>
<br>
Bienvenido a Corporate2Press !
<br><br>
*****************************
<br>
REGISTRACION INICIAL
<br>
*****************************
<br><br>
</cfmail>
 
so dont use the HTML inside the CFMail tag. Just use carriage returns.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top