Newsletters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harshmaul
    Recognized Expert Contributor
    • Jul 2007
    • 490

    #16
    Oops

    Hi Shalini,
    Okay i hope this will do until i get to work tomorow.

    You can kindof send HTML emails with hotmail like this...

    Create the HTML, open up the html file in a browser copy the whole thing using ctrl+A, and then paste it in to the hotmail input box making sure the input type is set to rich text.

    I seem to remember in outlook using the "import template" option in the file menu, and then importing a html file.

    Finally if you want to personalise it per user u are better off using php running off your server.

    Let me know how u get on...
    Last edited by harshmaul; Feb 3 '08, 11:14 PM. Reason: mis quote

    Comment

    • Shalini Bhalla
      New Member
      • Dec 2007
      • 190

      #17
      i tried using horde but image comes at attachment not as a part of contents o newsletter

      Comment

      • harshmaul
        Recognized Expert Contributor
        • Jul 2007
        • 490

        #18
        could you post a postion of your markup....
        Are your images absolutely referenced?

        eg... http://www.thescripts. com/images/image1.gif
        and not /images/image1.gif

        Comment

        • Shalini Bhalla
          New Member
          • Dec 2007
          • 190

          #19
          I am putting address like that only but if i am writing contents in a table and there i am putting it its not coming at the place where it should come and coming out of table below contents as an attachment .


          And next problem is that i have made an image and i am trying to put some hyperlinks on it using imagemap ......how can i do that ? how to send image containg imagemap

          Comment

          • sandeepsandeep
            New Member
            • Dec 2006
            • 50

            #20
            Originally posted by Shalini Bhalla
            I am putting address like that only but if i am writing contents in a table and there i am putting it its not coming at the place where it should come and coming out of table below contents as an attachment .


            And next problem is that i have made an image and i am trying to put some hyperlinks on it using imagemap ......how can i do that ? how to send image containg imagemap
            Can u check email on different email clients check on differnrt email sites may be this prob is any specifice email sites..

            Use the dreamweaver design view for imagemap... Craete the some hotspots points and them set the hyperlink of these point.some email site support the Image map but not all.. like Gmail—a very popular email client—doesn’t support them consistently

            thanks,
            Sandeep Agarwal

            Comment

            • Shalini Bhalla
              New Member
              • Dec 2007
              • 190

              #21
              I tried it in yahoo but was not working but yes i sent newsletter using Horde
              Is it because that ?

              because in PHP i know it is going to worki ....






              shalini

              Comment

              • sandeepsandeep
                New Member
                • Dec 2006
                • 50

                #22
                Can u send the file so i think find out the problem....

                Comment

                • Shalini Bhalla
                  New Member
                  • Dec 2007
                  • 190

                  #23
                  <?

                  $from = "xyz@yahoo.com" ;
                  $to = "hij@yahoo.com" ;
                  $headers = "From:$from\r\n ";
                  $headers .= "Content-type: text/html";
                  $subject = "Test mail";

                  $message = "<html><hea d></head><body bgcolor='maroon ' text='white'> <font face='comic sans ms' color='white'>" ;

                  (Here the bgcolor and text is not working)

                  $message .= "<Left>Dear Mam and Sir <br><br>This Is for You .....<br><br></br>";

                  $message .= "<a href='http://www.himj.biz'>< img src='http://www.himj.biz/demo/bike.gif'></a>";

                  $message .= "<br><br><form> <input type='text' name='nm'><inpu t type='button' name='nm' onclick=\"alert ('hello')\"></form>";

                  $message .= "<OBJECT classid='clsid: D27CDB6E-AE6D-11cf-96B8-444553540000' ";
                  $message .= "codebase='http ://download.macrom edia.com/pub/shockwave/cabs/flash/swflash.cab#ver sion=6,0,40,0'" ;
                  $message .= " WIDTH='550' HEIGHT='400' id='myMovieName '><PARAM NAME=movie VALUE='http://himj.biz/demo/flashtrial.swf' >";
                  $message .= "<PARAM NAME=quality VALUE=high>";
                  $message .= "<PARAM NAME=bgcolor VALUE=#FFFFFF>" ;
                  $message .= "<EMBED src='http://himj.biz/demo/flashtrial.swf' quality=high ";
                  $message .= "bgcolor=#FFFFF F WIDTH='550' HEIGHT='400'
                  NAME='http://www.himj.biz/demo/flashtrial.swf' ALIGN='' ";
                  $message .= " TYPE='applicati on/x-shockwave-flash'";
                  $message .= "PLUGINSPAG E= http://www.macromedia. com/go/getflashplayer' ></EMBED></OBJECT>";


                  (I am not getting this flash movie)

                  $message .= "<right> <br><br>With Lots Of Best Wishes </right></font></body></html>";

                  mail($to,$subje ct,$message,$he aders);

                  echo 'Mail Sent.';

                  ?>

                  Comment

                  • Shalini Bhalla
                    New Member
                    • Dec 2007
                    • 190

                    #24
                    using php i can make an image map but using Horde i was unable to make image map can you suggest on this ?

                    Comment

                    • sandeepsandeep
                      New Member
                      • Dec 2006
                      • 50

                      #25
                      [QUOTE=Shalini Bhalla]<?

                      $from = "xyz@yahoo.com" ;
                      $to = "hij@yahoo.com" ;
                      $headers = "From:$from\r\n ";
                      $headers .= "Content-type: text/html";
                      $subject = "Test mail";

                      $message = "<html><hea d></head><body bgcolor='maroon ' text='white'> <font face='comic sans ms' color='white'>" ;

                      (Here the bgcolor and text is not working)


                      In this case should be work but text is not working because you are using font attribute so text color is no effective



                      (I am not getting this flash movie)

                      ok i will see this issue and back to you with solution.

                      Comment

                      • Shalini Bhalla
                        New Member
                        • Dec 2007
                        • 190

                        #26
                        One More thing If I try to fwd it image is not going with it

                        Comment

                        • sandeepsandeep
                          New Member
                          • Dec 2006
                          • 50

                          #27
                          u want to sent image in attachment or web page ????


                          Originally posted by Shalini Bhalla
                          One More thing If I try to fwd it image is not going with it

                          Comment

                          • Shalini Bhalla
                            New Member
                            • Dec 2007
                            • 190

                            #28
                            what i want is that there should be an html page which i shoul be able to email and on which there shoud be some images or text which is hyper linked and if i send it to a particular person he should be able to forward it. not the link , but the the whole page.

                            Comment

                            • sandeepsandeep
                              New Member
                              • Dec 2006
                              • 50

                              #29
                              Hi,
                              I am bit confused that what do u want ??

                              can u send the full scenario in details.i am not understanding ur problem send me a full description to the problem..

                              Regards,
                              Sandeep Agrawal

                              Comment

                              • Shalini Bhalla
                                New Member
                                • Dec 2007
                                • 190

                                #30
                                <?

                                $from = "hijk@yahoo.com ";
                                $to = "abcd@yahoo.com ";
                                $headers = "From:$from\r\n ";
                                $headers .= "Content-type: multipart/alternative";
                                $subject = "Three Pillar Technologies Pvt Ltd ";
                                $message = "<html><hea d></head><body>";
                                $message .= "<img src='http://www.mydomain.bi z/demo/newsletter.gif' usemap='#Map'>" ;
                                $message .= "<map name='Map' id='Map'><area shape='rect' coords='123,306 ,215,326' href='http://www.mydomain.bi z' ";
                                $message .= "target='se lf' alt='mydomain.b iz' />";
                                $message .= "<area shape='rect' coords='126,332 ,220,348' href='http://www.mydomain.bi z' alt='mydomain.b iz' />";
                                $message .= "<area shape='rect' coords='127,353 ,220,372' href='http://www.mydomain.bi z' alt='mydomain.b iz' />";
                                $message .= "<area shape='rect' coords='128,375 ,221,395' href='http://www.mydomain.bi z' alt='mydomain.b iz' />";
                                $message .= "<area shape='rect' coords='22,7,11 5,97' href='http://www.mydomain.bi z' target='_self'" ;
                                $message .= "alt='mydomain. biz' />";
                                $message .= "<area shape='rect' coords='283,15, 583,41' href='http://www.mydomain.bi z' target='_self' alt='mydomain.b iz' />";
                                $message .= "</map>";


                                mail($to,$subje ct,$message,$he aders);
                                echo 'Mail Sent.';

                                ?>




                                This is the thing Exacly i want to do an i hae got 90% success in this but when a particular user will get this page and he wants to forward it , it doesn't get fwd properly.I want that what ever i email should be able to fwd it and it shoud get fwd as it is

                                Comment

                                Working...