Annonce

#1 Re : Aide technique » Inscription - L'email n'a pu être envoyé ! » 2003-10-17 18:44:24

bjr

j'ai bien lu le fichier readme contenu dans le répertoire docs/ du script et j'ai donc limité l'envoi de mail à 150.

- version WAnewsletter 2.1.4
- serveur  Windows
- php 4
- lycos multimania
- smtp non activé
- moteur d'envoi utilisé: envoie en copie cachée ou 1 email par abonné ?
  j'ai essayé les 2 possibilités mais sans résultat.

j'ai toujours le message email non envoyé lors de l'inscription,

et dans ma liste de diffusion
Nombre total d'inscrits  0
Nombre total d'inscriptions non confirmées 1

Si le script n'arrive pas à envoyer les emails, éditez le fichier class.mailer.php, cherchez var $debug = false; et remplacez false par true puis retentez un  envoi pour récupérer le message de déboggage.

quant à ce fichier là, il se trouve où ?

Merci et mille excuses pour les règles du forum

#2 Re : Aide technique » Inscription - L'email n'a pu être envoyé ! » 2003-10-17 14:04:07

Salut

je teste les inscriptions wanewsletter
mais j'ai le message  L'email n'a pu être envoyé !

Merci pour votre aide

#3 Re : Aide technique » URGENT : insérer formulaire dans portail et forum ??? » 2003-10-15 19:34:10

Slt

Pour ma défense je débute (sans connaissance plutôt à l'instinct),

Je parcours le forum, j'arriv pas à comprendre comment insérer le formulaire d'inscription wanewsletter centré dans mon portail et mon index forum en rajoutant un blabla pour le pourquoi s'inscrire (entre le logo du site et les boutons 
Mon site ici, je pense que je dois modifier overall_header ?

Voici le code que vous devez insérer à l'adresse http://mon site/formpage.php)

<form method="POST" action="http://mon site/formpage.php">
Adresse email : <input type="text" name="email" maxlength="100" /> &nbsp;
<input type="hidden" name="format" value="1" />
<input type="hidden" name="liste" value="1" />
<br />
<input type="radio" name="action" value="inscription" checked="checked" /> Inscription <br />
<input type="radio" name="action" value="desinscription" /> Désinscription <br />
<input type="submit" name="wanewsletter" value="Valider" />
</form>

ce que j'ai fait

Là déjà ça se complique  :???:

Voici le code à placer dans la page, à l'endroit où vous voulez voir apparaître les messages et résultats (moi je l'ai mis à la suite de l'autre dans formpage.php

<?php
define('IN_WA_FORM', true);
$waroot = 'wanewsletter/';
include($waroot . 'newsletter.php');

L'overall_header se présente comme ça

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" -->
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/phpXP2/phpXP2.css" type="text/css">
</head>
&nbsp;

<!-- BEGIN switch_user_logged_out -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline">
<tr>
<th class="thTop" colspan="2" align="center">Info Invité</th>
</tr>

<tr>
<td align="center" width="98%" class="row1">
<a href="login.php"><img src="templates/phpXP2/images/icon_mini_login.gif"></a> <span class="cattitle">Bonjour! Vous n'êtes pas <a href="login.php">connecté</a> !</span> <a href="login.php"><img src="templates/phpXP2/images/icon_mini_login.gif"></a>
</td>
</tr>
<tr>
<td align="center" width="98%" class="row1">
<a href="{U_REGISTER}"> <img src="templates/phpXP2/images/icon_mini_register.gif"></a> <span class="cattitle">Vous pouvez vous <a href="{U_REGISTER}"> enregistrer</a> si vous ne possedez pas encore de compte !</span> <a href="{U_REGISTER}"> <img src="templates/phpXP2/images/icon_mini_register.gif"></a> <br />
<a href="javascript:window.external.addfavorite('http://www.pcdivxplanete.fr.st/', '**<<PCDIVXPL@NETE>>**')" >** Ajouter ce site à vos favoris **</a>
</td>
</tr>
</table>
&nbsp;
<!-- END switch_user_logged_out -->

<!-- BEGIN switch_user_logged_in -->

<table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" >
<tr>
<th class="thTop" colspan="2" align="center">Info membre</th>
</tr>

<tr>
<td align="center" width="98%" class="row1">
<img src="images/smiles/love.gif"> <span class="cattitle">...:: ! SALUT ! ::...</span>   <img src="images/smiles/love.gif"><br />
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> <br />
<a href="javascript:window.external.addfavorite('http://www.pcdivxplanete.fr.st/', '**<<PCDIVXPL@NETE>>**')" >** Ajouter ce site à vos favoris **</a>
<tr>
</table>
&nbsp;
<!-- END switch_user_logged_in -->
<BODY BGCOLOR=#FFFFFF>
<table width="100%" border="0" cellspacing="1" cellpadding="5">
  <tr>
    <td width="100%"><a href="{U_PORTAL}"><img src="templates/phpXP2/images/logo.gif" border="0"></a></td>
    <td align="right"><a href="{U_FAQ}"><img src="templates/phpXP2/images/button_faq.gif" width="108" height="21" border="0"></a><br>
      <a href="{U_GROUP_CP}"><img src="templates/phpXP2/images/button_groups.gif" width="108" height="21" border="0"></a><br>
      <a href="{U_LOGIN_LOGOUT}"><img src="templates/phpXP2/images/button_login.gif" width="108" height="21" border="0"></a><br>
      <a href="{U_MEMBERLIST}"><img src="templates/phpXP2/images/button_members.gif" width="108" height="21" border="0"></a><br>
      <a href="{U_PORTAL}"><img src="templates/phpXP2/images/accueil.gif" width="108" height="21" border="0"></a></td><br>
    <td align="left"><a href="{U_PRIVATEMSGS}"><img src="templates/phpXP2/images/button_pm.gif" width="108" height="21" border="0"></a><br>
      <a href="{U_PROFILE}"><img src="templates/phpXP2/images/button_profile.gif" width="108" height="21" border="0"></a><br>
      <a href="{U_REGISTER}"><img src="templates/phpXP2/images/button_register.gif" width="108" height="21" border="0"></a><br>
      <a href="{U_SEARCH}"><img src="templates/phpXP2/images/button_search.gif" width="108" height="21" border="0"></a></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><img src="templates/phpXP2/images/blueborder_tl.jpg" width="29" height="30"></td>
          <td width="100%" background="templates/phpXP2/images/blueborder_top.jpg" class="blueBar"><a href="{U_INDEX}" class="blueBar">{L_INDEX}</a></td>
          <td><img src="templates/phpXP2/images/blueborder_tr.jpg" width="78" height="30"></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td background="templates/phpXP2/images/blueborder_left.jpg"><img src="templates/phpXP2/images/blueborder_left.jpg" width="4" height="1"></td>
          <td width="100%">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td background="templates/phpXP2/images/bar2_bg.jpg"><img src="templates/phpXP2/images/bar2_left.jpg" width="7" height="46"></td>
                      <td width="100%" background="templates/phpXP2/images/bar2_bg.jpg" class="beigeBar">&nbsp;&nbsp;{CURRENT_TIME}</td>
                      <td align="center" valign="middle" background="templates/phpXP2/images/bar2_bg.jpg"><img src="templates/phpXP2/images/bar2_right.jpg" width="54" height="27" align="left" usemap="#Map" border="0">&nbsp;&nbsp;</td>
                    </tr>
                  </table>
                </td>
              </tr>
              <tr>
                <td>
                  <table width="100%" border="0" cellspacing="0" cellpadding="15">
                    <tr>
                      <td>

Si vous avez besoin d'autres renseignements, demandez-moi !

Merci à tous pour votre patience

Pied de page des forums

Propulsé par FluxBB