How to write Python or JSL to automatically log in to an email account to send and receive emails?
Thanks Experts!
Directly read the current JMP table:
Row 1 contains the sender email information
Row 2 contains the receiver email information
After receiving the email, directly write the received content into row 2 of the “Content” column in the current table.
dt = New Table(
"EmailConfig",
Add Rows(2),
New Column("Email", Character, Set Values({
"A@gmail.com",
"B@gma...