Project

General

Profile

SendEmail » History » Version 1

Soh Keong, 08/22/2022 03:16 PM

1 1 Soh Keong
h1. SendEmail
2
3
h2. Steps
4
5
1. https://www.tpmserver.tk:9093/TestPage/page/email/email.jsp
6
2. Paste content to Email Content column
7
3. Click on the "Source" button.
8
!1.png!
9
10
4. Copy the html content from Email Content column
11
5. Paste the content to Notepad++
12
6. Remove empty line --> Edit -> Line Operations -> Remove empty lines
13
7. Replace '"' with '\"'
14
8. Replace '^(.+)$' with 'sb.append\("\1"\);' using Search Mode'Regular expression'
15
!2.png!
16
17
9. Copy and paste to 'Stockist_batch.com.ecosway.stockist.main.EmailSend'