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;
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
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?
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.
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!
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.
Ready to level-up your skills? Choose your own adventure.