cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

Send formatted html email from email distribution address

mchirouze
New Contributor

Hi, I have created an email distribution list "#MyList@mycompany.com". In the RShiny world I was able to send emails by a) getting the IP of the server I was sending the emails from and b) whitelisting that IP address within my company's SMTP Relay registry. At that point I could send my email using a function like this:

      mailR::send.mail(from = '#MyList@mycompany.com', to = sendto,
                       subject = subject, body = email_fname,
                       attach.files = attach.files, html = T, inline = T,
                       smtp = list(host.name=smtpRelay, port = smtPort),
                       authenticate = F, send = T)

What do I need to do to set up a similar service in databricks?

0 REPLIES 0

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group