Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
SRP Mail utility and Win10/11, OLE, .NET V4.8, SSL/TLS, x32 vs x64
Given some of the recent changes in o365/.NET/32 or 64bit architecture/OLE, I am wondering if SRP's mail utility handles the current issues with email utilities. Lots of discussion on RTI's forums regarding some of the recent changes and I believe the "end game" is 1) if OI v9.x x32 use RTI_CDOMail and 2) if OI v10 x64 use RTI_SendMail; which can be maintain, but why? Shouldn't have to deal with this issue but I guess if MS sneezes, we have to jump, ugh. I understand a lot of stuff was re-developed by MS (o365, etc) and SRP's mail utility was re-written after v2.2 (ish) which uses .NET vs OLE or something like that. Anyway, my question(s), can I use SRP's mail utility with TLS, in Win10 or Win11 to about 1000 (or more) recipients in OI v9.x (x32 or x64) and in OI v10.x (x64 only - I believe)? Can I add "attachments" in various file formats (.pdf/.txt/.csv/etc.) to the email that is sent, can I add an image to the bodytext in the email? Some of the recipients will be a mobile phone# plus the mobile carrier's domain requirements that I want to send a TEXT message sent using someone's mobile# programmatically in OI. Please advise.
Comments
To answer your question, SRP_Mail supports TLS and will send as many emails as the email server permits. SRP_Mail is a simple communication tool. Any error you tend to get back is not from SRP_Mail; it's from the email server itself. Many ISPs have monitors in place that will flag you as a spammer if you push too many emails too fast, at which point, no emails will be sent.
As for attachments, you can attach whatever you want, but the email server reserves the right to reject them. GMail can be pretty strict about this with default settings, and will reject all kinds of attachments that have even a whiff of potential at executing code.
Images in the body can be done using HTML, but again, it's up to your email server as to what images are allowed and how. It's also up to the end user's email software as to how the images are displayed.
SRP_Mail cannot send SMS text messages, nor do we have a tool for doing this. You'll want to look into a third party service to provide this functionality.
In the end, I hope you can see that email is very server driven. You actually have very little control over a lot of things. Think of SRP Mail as making a kind request to your email server while you cross your fingers in anxious anticipation. :)
equ SRPMail_To$ to 3
equ SRPMail_Cc$ to 4
equ SRPMail_Bcc$ to 5