Navigazione

    Privacy - Termini e condizioni
    © 2020 Search On Media Group S.r.l.
    • Registrati
    • Accedi
    • CATEGORIES
    • Discussioni
    • Non letti
    • Recenti
    • Hashtags
    • Popolare
    • Utenti
    • Stream
    • Interest
    • Categories
    1. Home
    2. eijiro
    3. Post
    E

    eijiro

    @eijiro

    • Profilo
    • Chi segue 0
    • Da chi è seguito 0
    • Discussioni 1
    • Post 1
    • Migliore 0
    • Gruppi 0
    Iscrizione Ultimo Accesso
    Località Barcellona Età 50
    0
    Reputazione
    1
    Post
    0
    Visite al profilo
    0
    Da chi è seguito
    0
    Chi segue
    User Newbie

    Post creati da eijiro

    • Semplice newsletter Flash|Php

      Salve a tutti,
      essendo semplicemete un grafico e non un programmatore chiedo gentilmente a voi. Allego lo script php. Tutto va alla perfezione anche la risposta automatica, unico problema è aprendo la mail sia di risposta che quella di comunicazione dati nell'oggetto mi si sovrappone Grazie all'indirizzo mail...

      [php]
      <?php
      //PHP mailing list file
      //Place this file any where on your site and refrence it from the flash file, comments are supplied inside the flash file
      //
      //Insert your email address here

      $email="infochiocciolaesempiopuntocom";

      //Variables From Flash

      $Semail=$_POST['mailingList'];

      //Email Header Format update the address below to format the send address of the email sent to you on signup of a new user
      //These settings may vary depending on your server set up as the mail is being generated rather than sent

      $headers = "From: infochiocciolaesempiopuntocom\r\nContent-type: text/html";

      //Body, i.e content of the mail is formatted here, this is standard html and can easily be updated

      $body ="<html><head></head><body>

      <img src='httpduepunti//wwwesempiopuntocom/email_header.jpg' />

      <br>A New Mailinglist Addition

      <hr>

      Email: $Semail<br>

      <hr>

      <div align='right'>Service Provided by <a href='httpduepunti//wwwesempiopuntocom'>esempiopuntocom</a></div>

      </body></html>";

      mail($email, "New Mailing List Addition", $body, $headers);

      //Email sent back

      $headers2 = "From: donotreplychiocciolaesempiopuntocom\r\nContent-type: text/html";

      $body2 ="<html><head></head><body>

      <img src='httpduepunti//wwwesempiopuntocom/email_header.jpg' /><br><br>

      Dear $Semail,<br><br>

      Grazie per aver dimostrato interesse al sito esempiopuntocom<br><br>

      Riceverai presto tutte le notizie riguardandi eventi e novità.

      Dettagli registrazione.<br><br>I tuoi dettagli:

      <br><hr>

      Email: $Semail<br>

      <hr><br><br>

      <div align='right'>Service Provided by <a href='httpduepunti//esempiopuntocomcom'>esempiopuntocom</a><br>

      Questa è una risposta automatica generata dal server, non rispondere a questa e-mail. Grazie.

      </div>

      </body></html>";

      mail($Semail, "Thank You $Sname", $body2, $headers2);

      ?>[/php]

      postato in Coding
      E
      eijiro