@Inwnew Thanks for your response.
I don't know how to use java
Could you please guide me how can I use java to insert my html content?
IMAP EMAIL
-
Hi everyone, so i'm trying to get the code from email using imap
but the question is how can i get the code from this long message
https://imgur.com/a/F9iI5UZi used Replace text with regexp but this takes all the numbers not the number i want
-
You may use "TRIM" function to get the code. Example: Your code is 47834. Using trim to remove number of character before the code which is (11 include spaces). It can be used to remove number of characters after the code also
-
@Talented22 It's not working it gave me same mail
-
@younesgamer11 said in IMAP EMAIL:
Bump
Re-read your first post and think, based on what information will other users be able to help you?
-
@Fox I want to get this number from the email i got by website (check photo)
https://imgur.com/a/LUEf6C1the problem is when i use Replace text with regexp it gave me all numbers not the number i want
i used Trim and it gave me same text (check photo)
https://imgur.com/a/hYtoA2X -
@younesgamer11 said in IMAP EMAIL:
@Fox I want to get this number from the email i got by website (check photo)
the problem is when i use Replace text with regexp it gave me all numbers not the number i want
i used Trim and it gave me same text (check photo)In the future, attach the text of the letter so that other users do not need to reprint it from the screenshot. A simple regular expression may be suitable for you:
\d{6}