Ask a Question related to ASP, Design and Development.
-
Travis Pupkin #1
E-mail formatting?
When e-mailing invoices and estimates, is there any way to customize the
presentation of the e-mail beyond changing the message? Specifically,
I'd like to add some html so the receiver can click on a link to pay
online. As it is, I can type the URL in the message, but it appears only
as text to the reader, not a hotlink, which, unfortunately, is quite
vexing to some of my clients.
It would also be nice to add a company logo, etc. to the email body.
On this same subject, is it possible to send the entire invoice/estimate
as HTML rather than an attached PDF? I haven't seen these options
anywhere.
Thanks.
Travis Pupkin Guest
-
Mail component to retrieve mail from Hotmail, Yahoo, gmail..etc?
I am not sure these web based mail support POP3 or IMAP4. Is there any mail component out there that can retrieve mail from these services? --... -
CDO mail formatting issue
Hi, When I set the following for my CDO email, the mail is receievd with the html portion does not appear formatted but just as it is seen below. I... -
Mail formatting problem
I'm using this code below. It sends the emails ok but none ofthe body isformatted. Any ideas? Thanks Andy <% Dim BodyString -
#25357 [Com]: Mail() function is loosing cahracters when sending mail
ID: 25357 Comment by: dj_canard at yahoo dot com Reported By: pjsmith at microtech dot co dot gg Status: Bogus... -
Need help formatting query for mail()
I want to use mail() to send a message to a group of addresses in a mysql table. Išve got my mail script and my sql query, but I donšt know how to... -
Ray at #2
Re: E-mail formatting?
Travis,
HTML is merely a string, just like anything else. So, instead of:
sBody = "Dear sir..."
do
sBody = "<html><head><title>E-mail</title><head><body>Dear Sir..."
and so on. Then, depending on what mail component you're using, you will
probably have to tell it that you want the e-mail in HTML format.
As far as your PDF, sure, it's the same thing. You must build the HTML the
same way you'd build any other string.
Ray at work
"Travis Pupkin" <tpupkin@dorrk.com> wrote in message
news:MPG.19f495d94b79e06398971b@news.individual.ne t...> When e-mailing invoices and estimates, is there any way to customize the
> presentation of the e-mail beyond changing the message? Specifically,
> I'd like to add some html so the receiver can click on a link to pay
> online. As it is, I can type the URL in the message, but it appears only
> as text to the reader, not a hotlink, which, unfortunately, is quite
> vexing to some of my clients.
>
> It would also be nice to add a company logo, etc. to the email body.
>
> On this same subject, is it possible to send the entire invoice/estimate
> as HTML rather than an attached PDF? I haven't seen these options
> anywhere.
>
> Thanks.
Ray at Guest
-
Travis Pupkin #3
Re: E-mail formatting?
Ignore this. Sorry -- my newsreader posted it the wrong group and I
didn't notice until it was too late. This has nothing to with ASP.
Apologies.
Travis Pupkin Guest



Reply With Quote

