Why is my SMS received from SNS having a different font?

0

When I receive an SMS from Simple Notification service, the font is different for few words in the SMS. I am using the AWS NodeJS sdk. This is creating issues in auto-retrieval of the OTP as the characters are not recognized properly. I am attaching the screenshot for reference https://tinyimg.io/i/eAw5gbd.jpg

asked 2 years ago355 views
1 Answer
0

Hi Vishalaf,

Amazon SNS sends plain-text messages with no formatting. Any formatting would be provided by your device config client (eg choice of font).

Refer: https://stackoverflow.com/questions/58254270/monospaced-font-with-amazon-sns

My suggestion is to open a AWS Support case to validate and help you to discover the issue.

profile pictureAWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions