Forum

Register Now and start posting! If you already have an account, please login here.

Direct Web Page Email Release Functionality


Forum Index / 4. MySQL / Direct Web Page Email Release Funct...

Sort Posts :
8/28/2007 5:23:54 AM
7249
Direct Web Page Email Release Functionality
Anyone got this working? I tried and got this error:
 
We can release this message (29888252499F4F5CB248F57F397166)
There Was A Problem
Unknown Error While Processing Function 'ProcessEmail'
4
Error Opening System Database Connection
 
 
 

12/27/2007 1:27:33 PM
7259
Re: Direct Web Page Email Release Functionality
To give acess make sure the IUSR_xxx account on your server has permissions to access the .DLL and also the MailEnable holding and queue directories.
 
Below is a copy of my HTML spam notification template, very basic, but works.
 

<html>
<head>
<title>Spam Notification</title>
</head>

<body>

<h2>Spam E-Mail Notification </h2>
<hr />

<p><font face="Verdana" size="4">
postmaster@%RECIPDOMAIN% has detected possible spam.</font></p>

<p><font size="1" face="Verdana">A Message from <font color="#FF0000"> <b>%SMTPFROM%</b> (<b>&quot;%MAILFROM%&quot;</b>)</font>
is being held as it is suspected of SPAM.<br />
The message was to <font color="#FF0000"> <b>%SMTPTO%</b> (<b>&quot;%MAILTO%&quot;</b>).
</font><br />
It's subject line was <font color="#FF0000"> <b>&quot;%SUBJECT%&quot;</b>.</font><br />
</font><font face="Verdana"><font size="1">The spam phrase detected was <font color="#FF0000"> <b>&quot;%SPAMMATCHES%&quot;</b>.
</font></font><br />
<font size="1">The message was received at</font><font color="#FF0000"><font size="1">
</font> <b>
<font size="1">%NOW%</font></b></font><font size="1"></font></font></font></p>

<p><font face="Verdana" size="2">Your Message is Being held pending further instructions. Your message will
remain available for <b>3 days</b> after which it will be automatically deleted...</font></p>

<p><font face="Verdana" size="2"><b>Please read the following points carefully:<br />
<br />
Note: Using the features below will open a new e-mail message, properly
addressed and ready to send...<br />
DO NOT CHANGE ANYTHING IN THE &quot;SUBJECT&quot; LINE OR THE &quot;TO&quot; LINE...Simply click on
send...</b></font></p>

<ul>
<li><font face="Verdana" size="2">To <b>RELEASE</b> the  held e-mail,
please click <a href="http://www.publicplanet.com/releaseemail.asp?ID=%MESSAGEID%">here</a>.
</font></li>
<li><font face="Verdana" size="2">To <b>RELEASE AND WHITELIST</b> <u><b>all further e-mails</b></u> from <b>%SMTPFROM%</b>,(future emails will NOT be blocked) click <a href="http://www.publicplanet.com/releaseemail.asp?ID=RELWHITE%MESSAGEID%">here</a>.</font></li>
<li><font face="Verdana" size="2">To <b>DELETE AND BLOCK</b> <u><b>all further e-mails</b></u> from <b>%SMTPFROM%</b>
please click
<a href="http://www.publicplanet.com/releaseemail.asp?ID=DELBLACK%MESSAGEID%">here</a>. (WARNING! You will not receive any more notifications once this email address is Blacklisted!). </font></li>
</ul>


<p><font face="Verdana" size="2">Thank You,</font></p>
<p><font face="Verdana" size="2">Your PostMaster<br />
postmaster@%RECIPDOMAIN%</font></p>


<hr />

<p align="left"><font size="1" face="Arial">  <u>Additional Information about
the suspect message<br />
</u>%FILENAME%
<span class="spnMessageText" id="msg1">
<br />
%SPAMMATCHES%<br />
</span> </font><span class="spnMessageText">
<font face="Arial" size="1">%DIRECTION%<br />
</font></span><font face="Arial" size="1"><span class="spnMessageText" id="msg">
Sender:%SENDERDOMAIN%<br />
</span></font><font size="1"><span class="spnMessageText">
<font face="Arial">Recipient: </font>
</span><font face="Arial"><span class="spnMessageText" id="msg">
%RECIPDOMAIN%<br />
</span></font><span class="spnMessageText">
<font face="Arial">PRA: </font></span>
<font face="Arial"><span class="spnMessageText" id="msg"> %PRADOMAIN%<br />
</span></font></font>
<span class="spnMessageText" id="msg0">
<font face="Arial" size="1">
%PRAADDRESS% - Primary Responsible
Address<br />
%SPFRESULT% - ME SPF Return Code<br />
%SPFHEADER% - ME SPF email header text</font></span></p>

</body>
</html>


12/20/2007 4:06:25 PM
7258
Re: Direct Web Page Email Release Functionality
Okay, I have registered the dll already and I think IIS can use it. How exactly do I "give access to IIS" ?
Also, how do I make the notification emails call the dll?
Now I don't get any notification emails at all...
 
Sorry for being such a pain in the A but I'm new to this stuff...
 

12/20/2007 12:07:50 PM
7257
Re: Direct Web Page Email Release Functionality
No issues, there is a .DLL that is available in the download area, which you need to register and give access to IIS.
 
Then change your notification emails to call the dll.
 
Simple as that.

12/18/2007 4:00:51 PM
7256
Re: Direct Web Page Email Release Functionality
I'm probably just retarded or something... I've searched the forums and the KB and so on but can't figure out how the users get to this link? Is this supposed to come in the dailyreport-mail or what? I can't understand =)
Please help!
/Fredrik
 

9/21/2007 2:15:54 PM
7255
Re: Direct Web Page Email Release Functionality
You pass the value of "ID=xxxx" where xxxx is the equivalent of the subject line when using the email method.
 
For example:
 
         http://domain.com/release.asp?ID=hd832jedknde8390dh.MAI
 
 

9/21/2007 8:32:03 AM
7254
Re: Direct Web Page Email Release Functionality
Don't want to sound like a complete retard but I've registered the dll and assigned the rights to the queue and holding directories.  I've created the asp file.  (it's called release.asp)
Silly question is how should the link be structured to pass the mesage ID to the asp file.  i.e.  http://domain.com/release.asp then what???
 
Thanks in advance for taking the time to answer!

8/29/2007 3:41:57 PM
7253
Re: Direct Web Page Email Release Functionality
As long as the .dll is registered it should be OK.
 
You need to make sure that ther directory permissions are correct as per the notes.

8/29/2007 4:48:40 AM
7252
Re: Direct Web Page Email Release Functionality
Now I have registered the dll in IIS also. Should I place the dll inside the wwwroot?
 

8/29/2007 1:28:36 AM
7251
Re: Direct Web Page Email Release Functionality
Ok, where should I place the dll? I placed it in the winnt directory and gave iusr_XXXX full rights to it.
 

8/28/2007 3:46:40 PM
7250
Re: Direct Web Page Email Release Functionality
The error message is there, it cannot open your database connection.
 
It uses exactly the same code as is used by MEFilter and MEConsole, so I will take a guess its a permission type error and the IIS server that runs the DLL does not have the permissions.


Search Forum:
 


 
Latest Forum Posts
8/10/2010, 18:25
1. General
Posted by: garyjduk
7/26/2010, 16:58
MailEnable v4 and Basic MEFilter
Posted by: Nikhoff
6/10/2010, 21:54
2. MEFilter Questions and Answers
Posted by: sj009
6/10/2010, 21:53
2. MEFilter Questions and Answers
Posted by: sj009
6/10/2010, 21:52
2. MEFilter Questions and Answers
Posted by: sj009


@ 2009, MEFilter, All Right Reserved - Hosting Supplied By: PublicPlanet Hosting Services