BookmarkSubscribeRSS Feed
elsga
Calcite | Level 5

I am sending an email from SAS within an rsubmit.  Unfortunately, the receivers email contains an ampersand and is not receiving the email even though the log has no errors.  Any recommendations?

 

rsubmit;
filename mymail email
to='send&email@somewhere.com'
subject="test email";
data _null_;
file mymail;
put "This is a test";
run;
endrsubmit;

3 REPLIES 3
Cynthia_sas
SAS Super FREQ

Hi:
This may be a question for Tech Support. A few questions that may help you debug the issue:
1) if you send a single email from your system to the receivers system (not using a program -- just using the COMPOSE function of your email system), do they get the email?
2) has the receiver checked their mail application to see whether the programmatically sent mail was misdirected to their junk or spam folder?
3) if you send mail from your program to an address that does NOT contain an ampersand, does the receiver get this mail?
4) Are you sure that all of your system options related to email are correct?

Other than running those tests to get some more context on the scope of the issue, I think your best option for resolving this is for you to open a track with SAS Tech Support.
Cynthia

ChrisHemedinger
Community Manager

I think that there are several systems that have problems processing an email address with an ampersand. In this case the problem could be SAS or your email SMTP server.

 

Usually such addresses are actually aliases for another address that won't have the special character. Any chance that your recipient can supply you with that?

Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!
Sajid01
Meteorite | Level 14

This depends on the policy of the outgoing mail server and the mail server at the receiving end.
So more than the SAS code it is the mail server policy. As a first step consult your outgoing mail server administrator.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 750 views
  • 0 likes
  • 4 in conversation