Tag: Email
-
In these times with #coronavirus and #socialdistancing in the workplace I am learning and struggling to some personal conclusions. Perhaps you can relate or have advice as well. The best way you can possibly make sure to address critical business effectively and directly with your colleagues or customers is to speak as closely and…
-
+
+
+
+
+
+
First, consult with AWS and get your credentials: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/using-credentials.html and http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-net.html Secondly, let’s make a more easily updatable emailSettings section (encrypt it later, see here if you need help): Then, include the reference: Finally, write your method: Great! Now you can call it and send an email You can always…
-
+
+
+
+
+
+
If you are using Web Forms for Marketers in Sitecore then you may have an occasion where the email addresses that are being used to send messages to get updated by someone…then all of a sudden you start getting errors…then all of a sudden your phone starts ringing off the…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
I have used the following snippet many times in the past. I would recommend validating your string values if the values are dynamic. I would also recommend placing your email attempt in a try/catch so you will not break your web application if there is some kind of issue on…