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
Diamond | Level 26

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?

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!
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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1542 views
  • 0 likes
  • 4 in conversation