<?php $emails="contact@unigest-solutions.com"; // ton adresse à toi $sujet="page visitee "; // sujet $message="Page visitée : DEVIS MAIL : ". $_SERVER["REMOTE_ADDR"]; // message $from = $_server['SERVER_NAME'] mail($emails, $sujet, $message, $from); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Demo-Devis-Mail</title> <!-- saved from url=(0014)about:internet --> </head> <body bgcolor=#3C3C3C style="margin: auto;" onLoad="javascript: sf.focus()"> <br> <script language="javascript"> <!-- function doFSCommand(command, args) { } //--> </script> <script language=VBscript> <!-- sub sf_FSCommand(ByVal command, ByVal args) call doFSCommand(command, args) end sub //--> </script> <center> <font size=5 color="#CCCCCC">Démo création d'un devis avec envoi par mail</font> <br> &quot; <script language="javascript" src="swf.js"></script> <br> <div style="text-align:right; width: 1023px;"> <a style="font-size: 9px; color: #666666" align="left">Powered by</a> <a style="font-size: 9px; color: #666666" href="http://www.sameshow.com/demo-creator.html" target="_blank">Wondershare DemoCreator</a></div> </center> </body> </html>