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?

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.
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: 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!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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