![]() |
![]() |
||||||
|
|||||||
| Tags: addt, forgot, mail, marked, passwordform, probable, sent, spam |
![]() |
|
|||
|
Yep, kinda strange behavior. Tested with 3 email domains, including gmail and hotmail. BTW, if I send emails using server's mail() function and not by SMTP - there's no [Probable Spam] marking in subject of received message.
Is there any way to use mail() instead SMTP as send method of KT_Email.class.php? Any Ideas? |
| Sponsored Links |
|
|||
|
Hi Serge,
please open the file KT_Email.class.php and add... $arr['Date'] = date('r'); $arr['Return-Path'] = 'returnaddress@yoursite.com'; ....inside the function getHeaders(). These additions are known to fix the "probable spam" issue. Cheers, Günter Schenk Adobe Community Expert, Dreamweaver |
|
|||
|
Thank you very much for fast reply, Günter. I've added those strings and voila: it works like a charm and there's no more [Probable Spam] annoyance!
One more question: why do I get all spaces trimmed from message subject if more than two words used??? (Or do you want me to start new topic?) For those curious people: I found out how to use mail() instead of SMTP. In ADDT Control panel, I've cleared every mail setup fields but the "Default Sender" field. Anyway I stick to SMTP for security reasons. Regards, Serge Goujon |
|
|||
|
-----
One more question: why do I get all spaces trimmed from message subject if more than two words used??? (Or do you want me to start new topic?) ----- honestly, I have never experienced that, and to my knowledge this issue has never been reported by others. Just asking: is your message subject plain text (like: bonjour mes amis) and doesn´t contain any html markup which would possibly be stripped ? Cheers, Günter Schenk Adobe Community Expert, Dreamweaver |
|
|||
|
Yes, plain text with no markup. It's in different from default encoding though but I set it right (as well as page with the form).
$emailObj->setEncoding("windows-1251"); First I've thought that the reason is 8bit html_enctype in email.class, but neither base64 nor 7bit (just to test) don't work. Strange, but when I use english subject - it's ok with spaces (not stripped). Message itself is displayed correctly. I know that it's beyond simple forum support, but maybe you can help me with that. Serge |
|
|||
|
------
I know that it's beyond simple forum support, but maybe you can help me with that ------ I really have no clue, because that´s the first time I ever heard of this issue. ------ Strange, but when I use english subject - it's ok with spaces (not stripped) ------ So is it some french accents in the subject line which possibly muddle the whole thing ? Cheers, Günter Schenk Adobe Community Expert, Dreamweaver |
|
|||
|
-----
ADDT send messages using content_type = 'multipart/alternative', and all other messages that I have in my inbox are using 'text/html'. Maybe this is the issue? ----- don´t know about that, but the file "includes/common/lib/email/Pear/Mail/mime.php" provides - among others - the two functions... - &_addHtmlPart -> $params['content_type'] = 'text/html'; - &_addAlternativePart -> $params['content_type'] = 'multipart/alternative'; I don´t have any clue which of these two functions is getting applied to the subject line, if any. Cheers, Günter Schenk Adobe Community Expert, Dreamweaver |
|
|||
|
Thanks for your time and big help Günter. I'll try to make it work properly and will write here if I'll succeed in that.
I'm using ADDT since Interakt's Kollection days. Always pleasure. Hope the future development is on going and wont stay on 1.0.0 version. ))) Regards, Serge |
|
|||
|
Hi Serge,
------- Hope the future development is on going and wont stay on 1.0.0 version ------- <http://www.adobe.com/cfusion/webforums/forum/mess ageview.cfm?catid=674&threadid=1366351> "We are planning on addressing ADDT compatibility for DW CS4- details will be shared closer to the final launch" (Adobe´s Scott Fegette). That´s at least something and would give us another 18 month (the traditional DW release cycle), though it doesn´t say anything (positive or negative) about plans to develop ADDT any further -- however Adobe is traditionally utterly close-lipped in regards to disclosing future plans and usually never reveals any details ahead of time. The fact *that* Scott Fegette did - certainly by way of exception, and maybe enforcedly - say something about their ADDT-related plans in public at all, is IMO a result of the public pressure many of you guys have put on Adobe -- well done :-) ------ I'm using ADDT since Interakt's Kollection days. Always pleasure. ------ that´s right, but we, the ex-Kollection and/or current ADDT users, are still a pretty "petite" group in comparison to other Adobe products -- ADDT is still a niche product. However, let´s not cherish any illusion :: on the long run it´s IMO most probably a notable increase of new ADDT users which will have an impact on any future decision beyond the "Dreamweaver CS4 compatibility" admission, and our mere appreciation as such will certainly not suffice ;-) Cheers, Günter Schenk Adobe Community Expert, Dreamweaver |
|
|||
|
Good news! So let's cross our fingers and look forward to Adobe make that all happend for real. If they need some additional pressure
they will get it! )) Can't wait Dreamweaver CS4 and of course ADDT (CS4)![]() Thank you once more, Günter, for providing such a valuable and exciting information. It doubles the pleasure when it comes to talking to such competent and responsive person as yourself. Have a nice day/evening/noon/night! )) Regards, Serge Goujon |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise