Hi,
So far I've tweaked this program and it's great, one bug I've noticed is that the emails all show up in this format:
testuser_AT_test_DOT_com
To get this I went to "Ask Question" then filled in the fields and in the email field I typed testuser@test.com.
Now when I click on it and Outlook opens, testuser_AT_test_DOT_com shows up in the to field, anyone know how to fix this?
Thanks,
Alex
Email accounts in the format testuser_AT_test_DOT_com
Moderator: Thorsten
Hi Alex,
this is a function to avoid spam to the e-mail account. Do you really want to disable this?
bye
Thorsten
this is a function to avoid spam to the e-mail account. Do you really want to disable this?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Email accounts in the format testuser_AT_test_DOT_com
Hi Thorsten,
I would like to disable the function because we use the faq internally. So no spambots, etc will be able to find and use this faq.
So how can i disable the email security (thingie DOT AT) ?
I would like to disable the function because we use the faq internally. So no spambots, etc will be able to find and use this faq.
So how can i disable the email security (thingie DOT AT) ?
Re: Email accounts in the format testuser_AT_test_DOT_com
Found the artikel describing how the kill the function.
replace function safeEmail .... with
function safeEmail($email)
{
return $email;
}
replace function safeEmail .... with
function safeEmail($email)
{
return $email;
}
Re: Email accounts in the format testuser_AT_test_DOT_com
Hi,
instead of hacking the function you could deactivate the transformation in the spam configuration admin panel.
bye
Thorsten
instead of hacking the function you could deactivate the transformation in the spam configuration admin panel.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Email accounts in the format testuser_AT_test_DOT_com
Changing the config was my first action. Somehow it didnt work. So i've remarked the function.
Re: Email accounts in the format testuser_AT_test_DOT_com
Hi,
which version to do you use?
bye
Thorsten
which version to do you use?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist