Here is the code I have been trying, (I screwed up in the original post):
<cfmail to="#URL.eMail#" from="[EMAIL PROTECTED]" subject="SONOGRAPHYCME
CERTIFICATE" type="html">
<cfmailparam file="images/emailHeader.jpg" disposition="inline"
contentID="image1">
<cfmailpart type="image/jpeg">
<img src="cid:image1" /><br />
</cfmailpart>
<cfmailpart type="html">
From: [EMAIL PROTECTED]<br />
Sent: #DateFormat(Now(), "mm/dd/yyyy")#
#TimeFormat(Now(), "h:mm:tt")#<br /><br />
Comments: Congratulations on successful completion!!!
</cfmailpart>
<cfmailpart type="application/pdf">
<!--- <cfmailparam disposition="attachment"
file="pdf/test.pdf" type="application/pdf" > I HAVE TRIED THIS AS WELL--->
<cfmailparam disposition="attachment"
file="pdf/#namePDF#" type="image/jpeg">
</cfmailpart>
</cfmail> --->
I HAVE ALSO TRIED THIS CODE:
<cfmail to="#URL.eMail#" from="[EMAIL PROTECTED]" subject="SONOGRAPHYCME
CERTIFICATE" type="html">
From: [EMAIL PROTECTED]<br />
Sent: #DateFormat(Now(), "mm/dd/yyyy")# #TimeFormat(Now(),
"h:mm:tt")#<br /><br />
Comments: Congratulations on successful completion!!!
<cfmailparam file="pdf/#namePDF#" type="application/pdf">
</cfmail>
NEITHER WORK. Anyone have any ideas why the second email is hanging on the
server? Once the email is hung on the server, no additional e-mails can be
sent out.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four
times a year.
http://www.fusionauthority.com/quarterly
Archive:
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2047
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15