Hello Friends can i send below email with different font and color...
filename outbox email "woo.lawson@xyz.com";
data _null_;
file outbox
to=("woo.lawson@xyz.com")
subject="my message";
put "Hi Team,";
put " ";
put "SAS doesn't have market files ready yet.";
put " ";
put " ";
put "Thanks!";
put "SAS";
run;
Thanks!