Xequte User Forums
Xequte User Forums
Profile | Join | Active Topics | Search | Forum FAQ
     
Forum Tips
» This forum is for users to discuss their software problems and suggestions for improvement.  Remember that only a tiny percentage of our users experience such problems (To be precise less than 0.7% have ever posted on this forum)
» Include your software version number (as displayed in the About Box)
» Check the FAQ before posting as most common questions have already been answered
» You don't need to also e-mail us separately as our support team will respond to all questions on this forum
 
 All Forums
 Xequte User Forums
 MailList King
 Confirmation e-mails beign forwarded

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

  Attach a photo to your post
 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
cliftyview Posted - Mar 03 2011 : 09:29:25
Below is an example of what the software is forwarding. The double-opt-in is beign processed but it is also forwarding this. Any ideas?

From: derekb@cliftyview.com [mailto:derekb@cliftyview.com]
Sent: Thursday, March 03, 2011 8:12 AM
To: info@cliftyview.com
Subject: Please Confirm your Subscription to Clifty View News (MLK-ID:15243)

*** Message forwarded at 3/3/2011 8:11:46 AM from MLK POP Account (Sender: derekb@cliftyview.com) ***

I am confirming my Subscription for derekb@cliftyview.com to Clifty View News (MLK-ID:15243)
________________________________________


If I just reply to the confirmation message like below it does not forward the message, only if I use my link which sends the confirmation message through a form.

From: Derek Blumenschein [mailto:derekb@cliftyview.com]
Sent: Thursday, March 03, 2011 8:11 AM
To: 'Clifty View Nursery'
Subject: RE: Please Confirm your Subscription to Clifty View News (MLK-ID:15243)



Derek Blumenschein
HR/IT Manager/ Sales

Clifty View Nursery
312 Clifty View Rd.
Bonners Ferry, ID 83805
Phone: (208) 267-7129
Fax: (208) 267-8559
www.cliftyview.com

From: Clifty View Nursery [mailto:news@cliftyview.com]
Sent: Thursday, March 03, 2011 8:08 AM
To: derekb@cliftyview.com
Subject: Please Confirm your Subscription to Clifty View News (MLK-ID:15243)


Welcome to Clifty View News!
We have added you to our e-mail list to receive updates, news, & availability lists. We are looking forward to being able to keep you informed on what is going on at our nursery. We promise not to bombard you with weekly e-mails and to only send you the information you request to receive.
To confirm your subscription please Click Here or reply to this message without removing the subject line.
If you do not wish to join the mailing list no further action is required.
Clifty View Nursery
________________________________________
This message sent by: Clifty View Nursery 312 Clifty View Rd. Bonners Ferry, ID 83805 (208) 267-7129 www.cliftyview.com
SUB-ID: 15243


5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Mar 03 2011 : 15:10:46
OK, i cannot see any reason why that output should be treated any differently from a normal email confirmation. Except perhaps that messages sent to news@cliftyview.com are CC'd to another address and you get two copies of the submission.

I'll send you some debug logging info.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
cliftyview Posted - Mar 03 2011 : 14:46:32
Here is the link included in the double- opt-in message.

http://www.cliftyview.com/news/confirm_link.php?from=%EMAIL%&id=%result%


It passes info to the form and is processed.

Here is the php form.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Description" content="Clifty View Nursery Bonners Ferry, Idaho (208) 267-7129"
/>
<meta name="Keywords" content="Clifty View Nursery, Spruce, Aspen, Populus, Picea, Seedlings, Wholesale,Nursery," />
<link rel="stylesheet" type="text/css" href="../style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../print.css" media="print" />
<title>Clifty View Nursery (208) 267-7129</title>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11437400-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<script type="text/javascript" src="../menu/stmenu.js"></script>
</head>
<body>
<div id="page">
<div id="mid-col">

<!-- THE HEADER DIV ENCLOSING ALL THE HEADER BAR ELEMENTS LIKE PAGE HEADING, TOP NAVIGATION, SEARCH BAR ETC BEGINS -->
<div id="header">
<div class="sbar" onclick="window.open('../index.html','_self')" title="Home Page">
<!-- THE MAIN TITLES OF THE PAGE-->
</div>

<!-- TOP NAVIGATION BAR BEGINS HERE -->
<div class="tbar">
<script type="text/javascript" src="../menu/menu.js"></script>
</div>
<!-- TOP NAVIGATION ENDS HERE -->

</div>
<!-- HEADER BAR ENDS HERE -->


<div id="content">
<div class="ct"> <a>Subscription Confirmation</a></div>
<div class="cbody">

<?php
ini_set("include_path", ".:/home1/cliftyvi/php/Mail");

require_once('/home1/cliftyvi/php/Mail/class.phpmailer.php');
//include("class.smtp.php"); // optional, gets called from within class.phpmailer.php if not already loaded

$mail = new PHPMailer(true); // the true param means it will throw exceptions on errors, which we need to catch

$mail->IsSMTP(); // telling the class to use SMTP
$from = $_GET['from'];
$id = $_GET['id'];


try {
$mail->Host = "mail.cliftyview.com"; // SMTP server
$mail->SMTPDebug = false; // enables SMTP debug information (for testing)
$mail->SMTPAuth = true; // enable SMTP authentication
$mail->Host = "mail.cliftyview.com"; // sets the SMTP server
$mail->Port = 26; // set the SMTP port for the GMAIL server
$mail->Username = "news@cliftyview.com"; // SMTP account username
$mail->Password = "poptrem712859**"; // SMTP account password
$mail->AddAddress('news@cliftyview.com', 'Clifty View Nursery');
$mail->SetFrom("$from");
$mail->Subject = "Please Confirm your Subscription to Clifty View News (MLK-ID:$id)";
$mail->Body = "I am confirming my Subscription for $from to Clifty View News (MLK-ID:$id)";
$mail->Send();
echo "<p>Your subscription for e-mail address $from has successfully been confirmed.</p>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
} catch (phpmailerException $e) {
echo $e->errorMessage(); //Pretty error messages from PHPMailer
} catch (Exception $e) {
echo $e->getMessage(); //Boring error messages from anything else!
}
?>

</div>
<!-- THE MAIN DISPLAY CONTENT ENDS HERE -->


<div class="cb">
<a href="../index.html" title="Clifty View Nursery Home Page">Home Page</a>
<a>|</a>
<a href="../history.html" title="History of Clifty View Nursery">About</a>
<a>|</a>
<a href="../contact_us.html" title="Contact Information for Clifty View Nursery">Contact Us</a>
<a>|</a>
<a href="../site_map.html" title="Complete Sitemap & Links of Cliftyview.com ">Site Map</a>
</div>
<!-- End of content tag -->

<!-- START OF FOOTER -->
<div id="footer">
<div class="ftop"></div>
<p>© Copyright Clifty View Nursery, Inc. 
2010  Content & Photos may only be reproduced with permission.</p>
<div class="fbot"></div>
</div>
<!-- FOOTER END-->


</div>
<!--//end #mid-col//-->
</div>
</body>
</html>
xequte Posted - Mar 03 2011 : 14:40:20
Hi

Can you give me a link to the web form.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
cliftyview Posted - Mar 03 2011 : 13:13:42
You can see from this screen shot I have it set to delete any mail list message and forward any non maillist message. If the double opt-in message is just forwarded form a e-mail client it deletes it and confirms their subscription. If they click on the link and go to the form that sends a reply that is when it confirms the subscription but also forwards the message on as a non maillist message.

xequte Posted - Mar 03 2011 : 12:57:36
Hi Derek

It looks like you have enabled forwarding of messages that have been processed by MLK. This setting is located under View > Options, Email Processing.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com