~~~~~~~~~~~~ IMPORTANT INFORMATION -- Please read! ~~~~~~~~~~~~

1. The "search..." box above searches the Docs & Forum Posts. The "Search" tab above just searches the Forum Posts. :side:
Please use these to search for your issue *before* creating a new message topic, as your issue may have been previously solved.
2. Please put your Club # and Club Web Address in your Forum Signature (best) OR in each post to get faster support from us.
Click here to edit your signature at the bottom of the Profile Information tab.
3. Our user and admin docs are available at: support.toastmastersclubs.org/doc "There's a doc for that!" ;)
4. There is an "Opt In" Feature for newly added members. The Opt In document explains the [strike]strikethrough[/strike] member information. Click Here to View the Post
5. When posting a New Topic , please include all relevant details and be specific. When did your issue 1st occur? What operating system, browser, & browser version are you using? Did you refresh your browser cache? Are your cookies enabled? Lastly, a screen shot is often helpful.
6. Please abide by the Terms of Use . We are volunteers contributing our spare time. We are happy to assist you, so long as you are respectful and courteous.
7. We are always looking for new FreeToastHost Ambassadors to join our team and support fellow Toastmasters in their use of the FreeToastHost website system. If you are familiar with the system and have some interest, send a Send Us a Private Message.

Member gets "Message Not Delivered" when replying to the members@ email

More
9 years 7 months ago - 9 years 7 months ago #54373 by Jane Atkinson
To add a little more detail to what Brian has said:

People using non-ascii characters, which means anything outside of the basic alphabetical, numeric and punctuation characters that we use in English, need to make sure that the character/text encoding is set to UTF-8. (Some email programs just call it Unicode.)

A number of the east Asian languages (Chinese etc) have their own character encodings, and these are the ones that trip up FTH. They can also be used with UTF-8 encoding and shouldn't cause any problems when used that way.

Secretary, EY Toastmasters club 1137486, District 112
Auckland, NZ
Last edit: 9 years 7 months ago by Jane Atkinson.
The topic has been locked.
More
9 years 7 months ago #54374 by SteveTheTechie
Because we rely on third party libraries for a lot of the core functionality for FTH, we are constrained by how those libraries work, and what features they do and do not provide. Relying on these libraries is required as we have no development budget, and the development "team" is essentially one person (me).

The character encoding schemes are one area where the constraints can show up. We can can pretty much promise UTF8 (Unicode) support for foreign language characters as the libraries support that, but not much else. Also, I am really not that familiar with all the character encoding schemes, and I need to rely on the libraries to handle that for me.

In this case, you have apparently run into an issue with the code from the email sender library ... the library attempts to work around multi-byte characters by trying to convert them to UTF8, but as you can see, that conversion is not always successful.

I can edit the library code, but I generally try to avoid tinkering with other people's code that I am not familiar with... particularly when the code is used so much in the FTH system. In this case, I may try to implement something to prevent the sender code from crashing... However, even if it does not crash, it still is likely to not work correctly with the multi-byte characters.
The following user(s) said Thank You: Jane Atkinson
The topic has been locked.
More
9 years 7 months ago #54375 by jamielpickering
Steve and Jane -
Thank you for taking the time to explain the issue and help me understand.

On our agenda, I have added the mission statement, club number, TM logo, and club logo. Is it possible one of the logos is causing this issues? I don't know what else would. We have updated the role descriptions to match paper agenda descriptions, but I think everything else is out of the box.

I've attached a screen shot of the top of the agenda. Can you tell where in the message it's throwing the error, or is it general?
Attachments:
The topic has been locked.
More
9 years 7 months ago - 9 years 7 months ago #54376 by SteveTheTechie
If the images are being converted to binary data, then it may be an issue for the email code. (not sure, though)
Last edit: 9 years 7 months ago by SteveTheTechie.
The topic has been locked.
More
9 years 7 months ago - 9 years 7 months ago #54377 by SteveTheTechie
See if you can find the reply email in your sent mail folder.

See if you can get the source of the reply email and post here w/ the code <> function. It *must* be the email source (your email program should have a feature to get that)... just copy pasting will not work. In gmail, it is called "Show original" off the message drop down menu. Copy past from that screen that shows the original (source) email text.
Last edit: 9 years 7 months ago by SteveTheTechie.
The topic has been locked.
More
9 years 7 months ago #54378 by jamielpickering
The forum complained about the amount of links, so I have pasted it into a .txt file and attached.
Attachments:
The topic has been locked.
Time to create page: 0.107 seconds