Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
whatsaname #1
Send formatted page via Email
I'm urgently looking for a code which will automatically sends a formatted
page, including the fonts and layouts
via email. I do know how to send a mesagge via email, with all the details to
be sent, but the message does not
look nice as it is all in the same font and not nice aligned. So the request
is How can have a page automaticaly sendvia email
which looks exactly the same as on shown on the web.
whatsaname Guest
-
Send an entire page in email.
Hi PHP coders, I have this below but do not know what to place in this section to get an entire dynamic page to be sent to any email similar to... -
Send email from FMS?
Is it possible to send an email from FMS? If not, how would I go about creating a connection from FMS to a http server running PHP? Just use... -
Group email doesn't send because of bad email
Hi, say I have to email 100 people at once, but one of the email addresses is bad, meaning formatted right but does not exist anymore. Right now,... -
send an email from ASP page
Hi, I wish to send the user entered data through email to the Admin. Iam trying to use CDO object but it gives me the following message.. ... -
How can I send the page in the body of email.
I want to send the page in the body of the email , just like the functionality of the send page in the browser explorer . I have tried the... -
vkunirs #2
Re: Send formatted page via Email
Hi
When you are displaying the Actual Web page online, how you are displaying the
page.? here are you using any style sheet for this to look good.
if you are using some stylesheet then you need to include the same style
sheet in the cfmail also. then your mail will looks like the same format.
do like this:
<cfmail>
<include css>
( here when you are including the css give the full path of the css
including your site address.
for eg: [url]http://www.sitename.com/css/style.css[/url]
)
<cfmail>
or else if yout are not using the stylesheet then you need to write style for
each info.
vkunirs Guest



Reply With Quote

