How to make a newsletter

Reply

Join Date: Jul 2008
Posts: 5
Reputation: adrian_fraggy06 is an unknown quantity at this point 
Solved Threads: 0
adrian_fraggy06's Avatar
adrian_fraggy06 adrian_fraggy06 is offline Offline
Newbie Poster

How to make a newsletter

 
0
  #1
Jul 6th, 2008
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!
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,272
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 493
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: How to make a newsletter

 
-1
  #2
Jul 7th, 2008
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
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 5
Reputation: adrian_fraggy06 is an unknown quantity at this point 
Solved Threads: 0
adrian_fraggy06's Avatar
adrian_fraggy06 adrian_fraggy06 is offline Offline
Newbie Poster

Re: How to make a newsletter

 
0
  #3
Jul 12th, 2008
Originally Posted by peter_budo View Post
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?
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,272
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 493
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: How to make a newsletter

 
-1
  #4
Jul 12th, 2008
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
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 41
Reputation: tomer1 is an unknown quantity at this point 
Solved Threads: 1
tomer1 tomer1 is offline Offline
Light Poster

Re: How to make a newsletter

 
0
  #5
Jul 13th, 2008
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"
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 7
Reputation: nrvinayak is an unknown quantity at this point 
Solved Threads: 0
nrvinayak nrvinayak is offline Offline
Newbie Poster

Re: How to make a newsletter

 
0
  #6
Jul 14th, 2008
Originally Posted by adrian_fraggy06 View 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!
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP Forum


Views: 2023 | Replies: 5
Thread Tools Search this Thread



Tag cloud for ASP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC