943,670 Members | Top Members by Rank

Ad:
  • ASP Discussion Thread
  • Unsolved
  • Views: 2474
  • ASP RSS
Jul 6th, 2008
0

How to make a newsletter

Expand Post »
Hi!

I am a bit newbie in the web development world. In our company I am assigned to handle the newsletter. I would like to ask for a tutorial in how to make a newsletter and to how to embed or attach pictures and animation to it.

Please do help me.

Thanks!
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
adrian_fraggy06 is offline Offline
5 posts
since Jul 2008
Jul 7th, 2008
-1

Re: How to make a newsletter

News letter can be done in the simplest form with HTML using all available resources have look at w3schools website for basic of HTML and have to add multimedia for start
Moderator
Featured Poster
Reputation Points: 2786
Solved Threads: 871
Code tags enforcer
peter_budo is offline Offline
6,654 posts
since Dec 2004
Jul 12th, 2008
0

Re: How to make a newsletter

Click to Expand / Collapse  Quote originally posted by peter_budo ...
News letter can be done in the simplest form with HTML using all available resources have look at w3schools website for basic of HTML and have to add multimedia for start
Hi peter!

Thanks for the info.

Do you know how to embed an image in the newsletter where the receiver of the newsletter can still view the images even if he is not connected in the internet?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
adrian_fraggy06 is offline Offline
5 posts
since Jul 2008
Jul 12th, 2008
-1

Re: How to make a newsletter

I don't think that is possible if you wish to it as web document (maybe saving created document File>Save Page As>Wep page, complite and try it to send somebody for viewing, but not sure of the outcome). Only option is to send as PDF but I'm not sure if this is what you looking for
Moderator
Featured Poster
Reputation Points: 2786
Solved Threads: 871
Code tags enforcer
peter_budo is offline Offline
6,654 posts
since Dec 2004
Jul 13th, 2008
0

Re: How to make a newsletter

Hi Adrian,
If you know ASP you can use this code:

<%
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="mymail@mydomain.com"
myMail.To="someone@somedomain.com"
myMail.HTMLBody = "<h1>This is a message.</h1>"
myMail.Send
set myMail=nothing
%>

But you also can use software as "darkmailer"
Reputation Points: 10
Solved Threads: 1
Light Poster
tomer1 is offline Offline
42 posts
since Jun 2008
Jul 14th, 2008
0

Re: How to make a newsletter

Hi!

I am a bit newbie in the web development world. In our company I am assigned to handle the newsletter. I would like to ask for a tutorial in how to make a newsletter and to how to embed or attach pictures and animation to it.

Please do help me.

Thanks!
Hi Adrian:

There a quite a few methods for creating eNewsletters. I understand that you want to embed the image so that the images are visible even when the user is not connected to the net.

A quick and dirty way is to compose the newsleter with text/images in a HTML Editor like Frontpage, then select all -> Copy and open the email client, compose a message and paste in the body. After that you can type your email ids in To, or CC or BCC

If you want to go one step further, then create a database of contacts, and use a component like ASPEMAIL which allows MIME HTML (embedding images in mail body), create the html, follow the instructions given at aspemail.com for embedding images and then write a script which will read the database and mail merge the mailer and send out using aspemail

Avoid Using Flash movies or Animated Gifs as latest clients like Outlook 2007 do not display them in the mail.

Best of luck

NRV
Reputation Points: 10
Solved Threads: 0
Newbie Poster
nrvinayak is offline Offline
7 posts
since Jul 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP Forum Timeline: Recordset
Next Thread in ASP Forum Timeline: Prolem in Delete Confirmation





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC