Re: Send Mail Error - Mailbeez After Sales Modules
Quote:
Originally Posted by
kcb410
Hello All,
I'm getting the exact same 404 error when sending the test mail as shown above. I don't believe it's my htaccess file causing this issue.
Has anyone else had this problem and resolved it?
If so...what was causing it?
Any help is appreciated.
Mailbeez 1.7
Zen 1.3.9h
PHP 5.2.15
Thank you!
Hello all,
Sorry ...I missed this fix from an earlier post.
I was able to eliminate the 404 error when sending a test email by going to Configuration -> Sessions-> and setting 'Force Cookie Use' to True.
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
rjspomer
rebuilding the default template worked. :D
I hope that v2.0 of zen cart takes on this issue. I like a lot of people receive hundreds of html emails a month and i can not recall one that was not formatted correctly for outlook 2007.
One other question when I send a test email in production mode and it sends a cc to my on file store email should I get a html version? It works in the birthday "send test' but not in the review.
I would like to see what I am actually sending out.
Thanks again!
will there be any zencart v2.0?
html/txt: zencart does a reverse look up using the email adresse to determine the format. it takes txt if it cant find an account for the email.
so make sure to have an account for your test
cheers
cord
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
ksoup
Great Mod ... No errors but one concern... the zenid shows in the actual emails links that went out to the customers on the following mods...
how can we avoid that zenid?!
ZC 1.3.9h
Mailbeez 1.7
Reviews 1.5
Winback 1.5
Share Reviews to Facebook 1.5
Customers without Purchase 1.5
let me have a look at this - hope to fix it with mailbeez 2.0
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
mailbeez
let me have a look at this - hope to fix it with mailbeez 2.0
thank you ... i just barely made the step to 1.3.9h... what is the ETA of 2.0?
for now I have taken out $storeurl and replaced it with the hard code in the body text because we simply cannot afford the fallout from that zenid!! :)
Re: Mailbeez After Sales Modules
MailBeez 2.0 Beta Tester wanted
hi all,
am making good progress with MailBeez 2.0.
Am looking for Beta tester for:
Upgrade MailBeez 1.x auf 2.0
Clean Install of MailBeez 2.0
Test of modules
Usability of the new admin frontend
if possible: translation of the admin frontend (EN, DE is in place) into other languages.
interested?
please send me a personal message
cheers
cord
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
ksoup
Great Mod ... No errors but one concern... the zenid shows in the actual emails links that went out to the customers on the following mods...
how can we avoid that zenid?!
ZC 1.3.9h
Mailbeez 1.7
Reviews 1.5
Winback 1.5
Share Reviews to Facebook 1.5
Customers without Purchase 1.5
I assume the session id was only added to the sign-out url?
please go to mailhive/common/classes/mailbeez_mailer.php
find "function buildBlockUrl" and replace
mh_href_link
with
mh_href_email_link
like this:
PHP Code:
function buildBlockUrl($mail, $module) {
$block_token = base64_encode($mail['customers_id'] . '|' . $mail['email_address']);
$block_url = mh_href_email_link(FILENAME_HIVE, 'ma=block&m=' . $module . '&mp=' . $block_token , 'NONSSL', false);
return $block_url;
}
does it work?
cord
Re: Mailbeez After Sales Modules
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
kamelion0927
Sorry! I was pretty vague in my explanation.
When I was in the Mailbeez Facebook mod, I was clicking on "Send Test Mail", putting in the test email address, submitting the request and instead of being sent to a viable page within my admin, I was getting a 404 page. At the end of the web address of the 404 page, a "zenid=564321326546531321" was being added.
I (finally) figured out that the number after the zen id was a session token which led me to turn off the "Recreate Session ID" in my admin>config>sessions.
I hope that it is easier to understand. :D
This problem is solve with MailBeez 2.0
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
mailbeez
I assume the session id was only added to the sign-out url?
please go to mailhive/common/classes/mailbeez_mailer.php
find "function buildBlockUrl" and replace
mh_href_link
with
mh_href_email_link
like this:
PHP Code:
function buildBlockUrl($mail, $module) {
$block_token = base64_encode($mail['customers_id'] . '|' . $mail['email_address']);
$block_url = mh_href_email_link(FILENAME_HIVE, 'ma=block&m=' . $module . '&mp=' . $block_token , 'NONSSL', false);
return $block_url;
}
does it work?
cord
Hi Mailbeez,
Mailbeez 2.0 is looking wonderful from the screenshots you posted!!
The zenid was behind almost all links not just the block link at the bottom.
I edited out the information from this email and changed the zenid so I could post it here.
It appears that the zenid was attached to just the storeurl and block, but all customers who received those emails (review, facebook review, winback, no purchase) all received the same zenid behind their link back to the store and to the no more emails like this. Hope that helps.
Re: Mailbeez After Sales Modules
just fixed it for MailBeez 2.0 :smile:
the fix is in where MailBeez changed heavily, so won't digg it out in 1.7