BookmarkSubscribeRSS Feed
stang3
Calcite | Level 5

Hi There,

I have an email address that has a # in it for example "#apples@company.org"

 

my script looks like the below. I keep getting fail delivery emails when it goes out to that email with a hashtag. It seems to work for the other emails without hashtags.

 

option emailsys=smtp emailhost=smtp.nyumc.org emailport=25;
filename mail email

to= ("#apples@company.org")

subject='Farm day';
ODS HTML BODY=mail style=sasweb;

proc report data=Sale9
style(header)=[ backgroundcolor= cornflowerblue font_weight=bold];
run;

ODS HTML CLOSE;
ODS LISTING;

 

1 REPLY 1
tarheel13
Rhodochrosite | Level 12
https://support.sas.com/resources/papers/proceedings/pdfs/sgf2008/038-2008.pdf

Email Erik. He might be able to help you. I spoke to him in 2019 when I was doing a mail merge out of SAS.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 613 views
  • 0 likes
  • 2 in conversation