Plainer 0 Posted September 3, 2020 Hello, using one of the ICS SMPT mail components is it possible to send rich text in the body of the email? If it is possible can someone recommend the correct component to use. Thanks Will Share this post Link to post
FPiette 383 Posted September 4, 2020 Rich text is an old feature of Microsoft email client. It is not supported by all email client. You should probably switch to HTML email. Share this post Link to post
Plainer 0 Posted September 4, 2020 I did not know that, so with that said, let me ask is it possible to send formatted text using the ICS Smpt component with HTML? What component would you recommend? Share this post Link to post
FPiette 383 Posted September 5, 2020 6 hours ago, Plainer said: is it possible to send formatted text using the ICS Smpt component with HTML? Yes, it is. It is show in one of the demos: OverbyteIcsMailHtml.dproj Note that you can also send RTF in a similar manner (No demo). Share this post Link to post
Plainer 0 Posted September 6, 2020 Thank you for advise, I will try the demo you mentioned. Will Share this post Link to post
Plainer 0 Posted September 10, 2020 On 9/4/2020 at 10:20 PM, FPiette said: Yes, it is. It is show in one of the demos: OverbyteIcsMailHtml.dproj Note that you can also send RTF in a similar manner (No demo). I had a look at the sample "OverbyteIcsMailHtml", I did not see a way of sending a StartTTLS command, I am sure I must have overlooked it. Is this possible and where should I look? Thanks Share this post Link to post
FPiette 383 Posted September 10, 2020 Have a look at OverbyteIcsSslMailSnd demo. Share this post Link to post