Posts by Bruny • 11 points
2 posts
-
0
votes0
answers9
viewsQ: How to validate the fields when I am receiving Rabbitmq data?
I’m developing a service using the Nestjs framework for data consumption that I get from a Rabbitmq queue. I understand that to validate the fields of an api just do the following: @Post() async…
-
1
votes0
answers20
viewsQ: How to format text in email message via phpmailer?
I’m using Phpmailer to send some emails. But the message is going with a break in the characters due to the Phpmailer coming with the native location in English. Example: This message is a message…