| | |
How to make a newsletter
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
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
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
•
•
•
•
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
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?
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
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
•
•
Join Date: Jun 2008
Posts: 36
Reputation:
Solved Threads: 1
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"
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"
•
•
Join Date: Jul 2008
Posts: 7
Reputation:
Solved Threads: 0
•
•
•
•
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!
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
![]() |
Similar Threads
- Using "unsubscribe" in an email newsletter (Promotion and Marketing Plans)
- suggestions: phpbb, listserver and newsletter (Social Media and Online Communities)
- Newsletter sending problems (PHP)
- casinoscalping.info - unique way to make money (Websites for Sale)
- form to get e-mail and name --- for newsletter (HTML and CSS)
- Php newsletter error (PHP)
- Selling advertising on an e-newsletter (Advertising Sales Strategies)
- Newsletter pop-under / Good or bad idea? (Website Reviews)
Other Threads in the ASP Forum
- Previous Thread: Recordset
- Next Thread: Prolem in Delete Confirmation
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection calendar changeable connection current database databaseconnection diagnostics dreamweaver excel fso html iis microsoft msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption server single specfic sqlserver sqlserverconnection toolkit web webserver windows7







