How can I use DW for internal email

Hi all,
I am interested in using Dreamweaver to build something like email marketing, for internal corporate notifications. I want to be able to tract how many people are reading the email, and how many people use our site for ordering suplys, etc? I have never done this before, but I heard it can be done.
I am interested in knowing:
1. What's the best way to build it ( we are using images, Header, footer, links, etc.)
2. Can I use CSS
3. What is the best way to send it through email so people can view it? (we can't use an outside vendor)
Any and all information would be greatfully appreciated.
Thank  you,
HDsuperglide

First read this:
http://alt-web.blogspot.com/2010/02/html-emails-and-newsletters.html
Use an email service like Constant Contact or iContact that gives you stats about your email blasts.
Put Google Analytics on your web pages to see where traffic comes from and if it's converting to sales.
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb
http://alt-web.blogspot.com

Similar Messages

  • How can I use TopLink for querys that have two and more tables?

    I use TopLink today, and I can use one table to query, but how can I use TopLink for querys that have two and more tables?
    Thank you for see and answer this question.

    You can write a custom SQL query and map it to an object as needed. You can also use the Toplink query language "anyOf" or "get" commands to map two tables as long as you map them as one to one (get command) or one to many (anyOf command) in the toplink mapping workbench.
    Zev.
    check out oracle.toplink.expressions.Expression in the 10.1.3 API

  • How can I use OCCI for oracle8.1.6?

    my database is oralce8.1.6 for solaris8.
    I want to develop database application by OCCI .
    But only oracle9i has OCCI.
    How can I do?
    Where can I get OCCI ,and how can I use it for oralce8.1.6?
    thank you very much!!

    OCI is available for all versions of Oracle including Oracle
    7/8/8i etc. However it is not installed by default with these
    versions. I am assuming that the default 9i installation
    includes OCI. You should be able to install OCI for other
    versions through one of the development platforms e.g. ProC/C++
    etc.

  • How can i use AME for the new OAF page.

    Dear all,
    I have developed a new OAF page and registered under Employee Self Service.
    How can i use AME for the approval process.
    Appreciate your ideas?
    zamora

    I will try to answer based on my experience of working with iProcurement and AME. It depends on how you want to make a call to AME , directly from OAF Page or from Workflow and your requirement. You didn't specify what you want to show the users on OAF Page and your business requirement.
    Before calling AME Engine from the OAF page or workflow, I guess you did already setup AME Transaction Type and it's Approval Groups, Conditions, Action Types and Rules. Do some testing from AME Business Analyst Test Workbench. Please note that, AME provides lot of PL/SQL API's that you have to call from your programs (java or workflow pl/sql)
    Let's look at the workflow and putting an OAF Page as notification.
    As Sameer said, you have kick-off workflow process from PR of CO and with in the workflow function, you make a call to AME Engine API's with the AME Transaction ID. This transactionId belongs to the AME Transsaction Type that you setup. Based on the rules setup, AME Engine generates list of approvers/approver and stores them AME Tables for that transactionId. Then, it sends a notification to the approver.
    In the workflow, where that notification is defined, in the message body you have to put an attribute(&XX_WF_FWK_RN) of type document/send. And this attribute will have the constant JSP:/OA_HTML/OA.jsp?OAFunc=XX_FUNC&paramId=-&DOCUMENT_ID-. This function is SSWA Jsp function that makes a web html call to your OAF Region.
    If your requirement is to just show the list of approvers on the OAF Page, you may have to call AME API diectly passing your AME TrasnactionId with other parameters. Then AME generates list of approvers and stores them in AME tables with each approver status. You can pickup those approvers using VO and show them on OAF Page.
    Hope this gives some idea.

  • How can i use RTFEditorKit for JTextField.

    hi all,
    how can i use RTFEditorKit for JTextField.
    thanks in advance
    daya

    Don't cross post. This is a Swing related question and you have already posted in the Swing forum:
    http://forum.java.sun.com/thread.jspa?threadID=619619&tstart=0

  • How can I use Siri for IPhone?

    How can I use Siri for IPhone?

    Siri only works on the iPhone 4S or iPhone 5. If you have one of those devices, turn it on in Settings > General > Siri.
    If you need more info than that, ask in the Apple forums.

  • How can I use music for ringtones on my iphone 4?

    How can I use music for ringtones on my iphone 4?

    You can take any MP3 file that it 40 seconds or less and change the file extension to M4R. Then drag it into iTunes. It will appear under Ringtones and transfer over next time you sync,

  • How can i use dlls for running rtc3?

    how can i use the dll libraries to use for the rtc3 software?

    amolchoudhary wrote:
    can anyone please help me???
    How? You provide almost no useful information.
    What is rtc3?
    Why do you think you have to use DLLs?
    What did you try so far that hasn't worked?
    What is it you want to accomplish?
    You see what you ask here is just about the same as if someone would ask you to tell them what screw he needs to fix his car.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How can I use XSQLRequest for processing in-memory XMLDocument

    How can I use class XSQLRequest for processing in-memory XSQL?
    What should i pass in URL parameter value for constructor XSQLRequest(XMLDocument p0, URL p1)?
    Could you write the some examples?

    Here's one example of doing this:
    String xsqlPage = "<page connection='demo' xmlns:xsql='urn:oracle-xsql'>"+
                      "  <xsql:set-page-param name='username' value='{@u}'/>"+
                      "  <xsql:set-page-param name='password' value='{@p}'/>"+
                      "  <xsql:query bind-params='username password'>"+
                      "    select 'Authenticated' from dual"+
                      "    where 'SCOTT' = UPPER(?) /* username */"+
                      "      and 'TIGER' = UPPER(?) /* password */"+
                      "  </xsql:query>"+
                      "</page>";
      DOMParser d = new DOMParser();
      d.parse( new StringReader(xsqlPage));
      XSQLRequest req = new XSQLRequest(d.getDocument(),null);
      StringWriter sw = new StringWriter();
      PrintWriter errors = new PrintWriter(sw);
      Hashtable h = new Hashtable(2);
      h.put("u","scott");
      h.put("p","tiger");
      req.process(h,output,errors);
      output.println(sw.toString());

  • How can i use autoSuggestBehavior for inputText witha separator

    I use JDEVADF_11.1.1.2.0
    how can i use a input Text Field with auto suggest by sepearted
    in a field with what, is separated
    Example Value :"Name1;Name2;Name3......"
    Sorry for my English

    I'm not exactly sure what do you mean here.
    The basics of working with autosuggest are here:
    http://www.connotea.org/user/jdeveloper/tag/auto%20suggest

  • I have a passport external hard. previously, I used it on windows, then I changed my laptop to mac. Now, It's only read. How can I use it for copying files on it on mac? I don wanna use it on windows again.

    I have a passport external hard. previously, I used it on windows, then I changed my laptop to mac. Now, It's only read. How can I use it on my mac for copying files on my passport? I don wanna use it on windows again.

    If you're not going to use the drive on a Windows machine, you should use Disk Utility (Applications>Utilities folder) to erase the drive and format it as "Mac OS Extended (Journaled)" with a single GUID partition (default):
    Good luck,
    Clinton

  • How can I use my old MobileMe email address if I did not migrate to icloud by the deadline?

    I had a mobile me account that I did not migrate to icloud.  Now when I try and set up an icloud account using the old mobileme email address, it says that address is already in use. I then try and access it but the password doesn't work and it says mobileme is closed. When I try and reset the password, it says an email has been sent to the email on file...which is an old mobileme address that I cannot access.
    How can I get this email address set up in icloud? 

    Nice idea - I tried it but it doesn't seem to work (at least not for me).
    So here are the details in case, you can spot something more I could do....
    When MobileMe was live
    MobileMe ID was [email protected]
    AppleID (to make iTunes purchases) was [email protected]
    When iCloud went live (and MM was still alive)
    iCloud account was created based upon AppleID - [email protected]
    iCloud would not create [email protected] as was already in use (by me)
    iCloud would not merge [email protected] as iCloud does not merge
    MobileMe migration to iCloud option was not taken
    Deleted all data out of MobileMe account (mail, calendar, contacts, gallery)
    Deleted MobileMe mail account off of all devices
    When MM died
    I received notification that I had not migrated my MM account
    iCloud was happily working as Contacts/Calendar sharer using my AppleID of [email protected]
    Weeks later on Mac running 10.8
    System Preference - iCloud, already logged in with AppleID of [email protected]
    Then ticked the untick Mail box
    Long wait with small grey whirling cog box, stating "Loading". Eventually a BLANK message box with OK which then disappeared on a timeout.
    System Preference - Mail...  Re-added [email protected] (now picked up as iCloud account)
    Mail - Accounts.... Re-added [email protected] BUT got message "Mail can'y connect to the account..."
    So tried logging into www.icloud.com (using AppleID of [email protected] where my contacts/calendar now reside).  Clicked on Mail icon and received "@me.com Address Needed" message

  • How can I use my private domain email address?

    I need my mail to be seen to come from my business domain, not from @me.com. How can I configure this with iCloud?
    thanks in advance
    Steve

    An iMAP account keeps all the mail on the server so no matter where you are or what computer you use once you set up a mail account using your IMAP information all your mail is instantly available on any device.
    I have a private domain IMAP account that I can access from all my computers anywhere I have an internet connection. No need to sync anything because all devices are accessing the same email account. All the mail is stored on the server so there's no need to store mail on any device unless you want to. I have multiple email addresses on the same domain and each user has similar access to their own account. All you need is sufficient space allocated to you by your domain hosting service.
    See Internet Message Access Protocol - Wikipedia, the free encyclopedia for more complete information about IMAP accounts.

  • How can I use the scan to email preference?

    I'm trying to scan to email, but am not able to, how can I do this?

    Hi,
    Does your scanner/AIO printer support this ? If yes, please use the following instructions to set things up:
      http://h71036.www7.hp.com/hho/us/en/ep/articles/scan-to-email-network-folders.html
    Hope this helps.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How can I use NSDictionaryControllers for 2 dicts with common key?

    I have two dictionaries, both with the same key. Using Interface Builder I can build for each dictionary a two-column table, but I did not find out how to connect their keys so that selecting a line in one table automatically selects the corresponding line in the other table.
    Does there exist a binding between the two controllers that solves the problem? If so, how can it be established?
    (First I tried to use only ONE table - with 3 columns:. This appeared to me the best way. But again I could not establish the appropriate binding.)

    I assume you are using a UITableView to show your data. Remember that the table view does not store your data, only shows a few rows of your collection.
    I would detect a selection in one table, then programatically select the row with the same key in the second table. There would be no connection in IB to do that.
    Mobile table programming guide:
    Table View Programming Guide for iOS
    General programming guide:
    Table View Programming guide
    Jason

Maybe you are looking for

  • Menu does not appear on Flash-built project

    Hi guys, I created Flash output with Encore. It starts with a menu with two buttons; one to play the full movie and one two a scene selection menu that contains links to the chapters. When I preview the result in Encore, it all works without any prob

  • Asynchronous RFC

    Hi, Im using rfc_abap_install_and_run function module to create abap programs and function modules remotely from non-sap sytem i.e. ( Through JAVA beam). Here, my requirement is that i want to run this function module paralelly i.e. Asynchronous RFc.

  • Custom Infotype not visible in Unit Testing Client

    I created Infotype in client 110.I can see IT 9000 in Development client 110.But It is not in the client 120 which is Unit test client.I think Infotypes are client independent....Then why can not I see in client 120.

  • I signed up for the developer program with my Apple ID which doesn't allow me to upload apps. Help?

    I need to setup a new account for my developer account. I can't use my Apple ID. I already paid for the developer account with my Apple ID. Is there any way I can change my ID and create a new one for the developer account?

  • Preview is Slooow Loading JPGs

    Hello, I am running 10.6.4 on a 15" MBP with a 2.53 GHz Intel Core 2 Duo and 4 GB RAM. Recently, Preview is taking a looong time to load even small JPGs and TIFFs, the image appearing in square tiles starting at the top left and working to the bottom