The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Invisible text in Email - Entourage mail client - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: Invisible text in Email - Entourage mail client (/showthread.php?tid=807)



Invisible text in Email - Entourage mail client - Shylock - Aug 13th, 2010

Hi All

Has anybody else had problems with their mail client not displaying the Email text correctly?

The Form Tools system is an amazing piece of work, thank you.

The only problem I have encountered is that my mail client only displays this line:

"Submission made: Aug 13th 10, 3:38 PM"

If I look at the source the rest of the text is there so it must be a rendering issue or something?

The final part of the the email source looks like this:

Code:
--841bac3ce97056f5cee635ac5a353b48
Content-type: text/plain; charset=UTF-8
Thanks for your Repeat prescription request.

Submission made: Aug 13th 10, 3:38 PM
--841bac3ce97056f5cee635ac5a353b48
Content-type: text/html; charset=UTF-8
<p>
  Thanks for your Repeat prescription request.
</p>

<p>
  Submission made: Aug 13th 10, 3:38 PM
</p>

Has it been truncated do you think? I can send the full email source but I didn't really want to publish all that info publicly.

Thanks in advance.
Tim


RE: Invisible text in Email - Entourage mail client - Ben - Aug 14th, 2010

Hi Shylock,

Have you tried checking other email clients? I'm just curious to know if it's Entourage-specific or a problem in other environments.

It doesn't look like it's been truncated - just that the email client is unable to make sense of the multipart content - or that the way the content is constructed and emailed is simply invalid. That's very possible - especially if you're using the default, out-the-box email functionality. Is that the case, or are you using the Swift mailer module?

(If you can, definitely move to the Swift Mailer module - you'll probably find that this problem mysteriously disappears...)

- Ben


RE: Invisible text in Email - Entourage mail client - Shylock - Aug 16th, 2010

Hi Ben

Thank you for the advice.

I have enabled Swift Mailer module and so far all is well.

Tim


RE: Invisible text in Email - Entourage mail client - Ben - Aug 16th, 2010

Excellent! Smile

Let me know if you run into problems.

- Ben