Change Content-Type for email sending

Hi,

screen-scraper uses "Content-Type: text/plain; charset=us-ascii". Can I change it to this for example "Content-Type: text/plain; charset=UTF-8"?

Thank you in advance and cheers,

Edgar

Sorry for confusion

Hi,

thank you for your fast reply :).Unfortunately, I wasn't specific enough. I didn't want to change the Content-Type for a request and/or response but for sending an email.

To be a more descriptive: When sending an email, I use the method "scrapingSession.sendMail" and the mail has "Content-Type: text/plain; charset=us-ascii" which I'd like to change to "Content-Type: text/plain; charset=UTF-8".

Sorry for the confusion and cheers,

Edgar

Easy. The method you look

Easy. The method you look for is documented here:

http://community.screen-scraper.com/API/setContentType

Sorry for the confusion

Hi,

thank you for your fast reply :).Unfortunately, I wasn't specific enough. I didn't want to change the Content-Type for a request and/or response but for sending an email.

To be a more descriptive: When sending an email, I use the method "scrapingSession.sendMail" and the mail has "Content-Type: text/plain; charset=us-ascii" which I'd like to change to "Content-Type: text/plain; charset=UTF-8". How do I do that?

Sorry for the confusion and cheers,

Edgar

P.S.: I didn't sent the reply to the proper answer. 2nd try :).