Send email with HTML

  • Thread starter ielmrani via AccessMonster.com
  • Start date
I

ielmrani via AccessMonster.com

Hi,
I created a form to send email to several recipients, sometimes hundereds at
time. The form contains the following text boxes:

Subject
Message body
Attachment
Button "when clicked on it send the email"

The message body contains HTML code to format it (create space, bold etc).
Is there a way to not include HTML to do the formatting?

Here is the message:

<HTML><BODY>The Heritage Funds, &nbsp;Before taking over as investment .
&nbsp;The portfolio management <br><br>
As a result the fund name has <br><br>
<b>*Please do not reply to this email; it is used for outgoing communications
only. </b></BODY></HTML>

Thanks in advance
 
M

Mark Andrews

first checkout our email module http://www.rptsoftware.com

If you are sending HTML formatted emails you could just use the portion of
the text in the body of the html.

If you are asking "can I change my HTML to text with carriage returns?" I
would think you need to run code to strip out the HTML tags and replace <br>
with crriage returns.

HTML is really the only way to format emails.

HTH,
Mark
 
I

ielmrani via AccessMonster.com

thank you Mark,

Your email Module is great.


Mark said:
first checkout our email module http://www.rptsoftware.com

If you are sending HTML formatted emails you could just use the portion of
the text in the body of the html.

If you are asking "can I change my HTML to text with carriage returns?" I
would think you need to run code to strip out the HTML tags and replace <br>
with crriage returns.

HTML is really the only way to format emails.

HTH,
Mark
Hi,
I created a form to send email to several recipients, sometimes hundereds
[quoted text clipped - 19 lines]
Thanks in advance
 
M

Mark Andrews

appreciate the praise.

Let me know if you have any issues,
Mark
ielmrani via AccessMonster.com said:
thank you Mark,

Your email Module is great.


Mark said:
first checkout our email module http://www.rptsoftware.com

If you are sending HTML formatted emails you could just use the portion of
the text in the body of the html.

If you are asking "can I change my HTML to text with carriage returns?" I
would think you need to run code to strip out the HTML tags and replace
<br>
with crriage returns.

HTML is really the only way to format emails.

HTH,
Mark
Hi,
I created a form to send email to several recipients, sometimes
hundereds
[quoted text clipped - 19 lines]
Thanks in advance
 
Top