I am using ASP Classic Jmail. The body is HTML and form driven. I am getting random '?' marks scattered through the message of the email after being sent. I made sure there was no inadvertent HTML being created. I did see that random "!" marks can be created if lines are too long... but I am not getting those. No rhyme or reason to where they are being placed. Any ideas?
Jmail is adding random ? marks to body of email
82 Views Asked by Brewy At
1
There are 1 best solutions below
Related Questions in ASP-CLASSIC
- How can I execute logic code on ASP Classic Server side by using Jquery ajax?
- Migrating an ASP application between services shows ODBC Driver error: data source name not found
- Varchar(max) causing other other accesses of the record set to return null
- ASP Classic / JS multi select filter
- Missing VBScript.Encrypt on Windows Server 2019
- How to identify a user's location
- ASP Fix/Int functions not behaving as expected
- ASP Classic 3rd Party DLL Registration
- How To Capture Form Data using OnChange
- Stream response in a file
- iis 8.5, how to set visitor permission only on current site?
- How do you replace the last comma with "and" in a comma-separated string?
- CRUD operation not work with ADODB and SQL server using MSOLEDBSQL19 Provider and "strict" option (TLS1.3)
- Using a specific User/Domain in a Msxml2.ServerXMLHTTP request in classic ASP
- JavaScript won't execute when calling webpage via VBScript using XMLHttpRequest
Related Questions in JMAIL
- W3 Jmail not working (ActiveX component can't create object)
- JMail.AddURLAttachment dynamically generated file
- Jmail Classic ASP upload file and send
- Catch exception inside asyncTask
- javax.mail.messagingexception connection timed out connect
- Calendar invite using Jmail
- Manually adding a DKIM header
- ASP JMail 4.5 SMTP Authentication for Office365
- Sending mail using hotmail SMTP - Not responding
- Choosing SMS and email gateways for Android app
- How to use JMail component in ASP.NET website?
- ASP: SMTP authentification fails with JMail
- Send email from custom live domian outlook com using jmail java
- Jmail is adding random ? marks to body of email
- How to test if authentication is not failed without sending message?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You are probably using the wrong charset:
http://www.dimac.net/Products/w3Jmail/Version37/Reference/RefStart.htm#Charset
look for the charset method. If you are just sending English or some other western languages you can stick with the sample charset as in the documentation. Otherwise go for utf-8