- Dec 12, 2022
- 357
- 2
Hi folks,
I am working on a software where it is necessary to send small plain text emails within the company network. The content of these emails must necessarily appear in table-like form in the email. This has been explained several times in other places here in the forum, the case here is a little more special.
As far as I know, you can send emails in B4J (it is a B4J application) in two ways:
1. you send the email via SMTP and then you can design the content of the email quite freely (HTML etc.)
2. you generate the email via JFX and send the email content to the email programme on your PC
Of course, I would prefer the first option, but unfortunately direct access to the SMTP server in the company network is blocked for security reasons. Sending via SMTP therefore does not work. Using an external email address (another SMTP server) works, but occasionally emails end up in the recipient's spam folder and this approach is generally not appreciated by the company's IT...
I am working on a software where it is necessary to send small plain text emails within the company network. The content of these emails must necessarily appear in table-like form in the email. This has been explained several times in other places here in the forum, the case here is a little more special.
As far as I know, you can send emails in B4J (it is a B4J application) in two ways:
1. you send the email via SMTP and then you can design the content of the email quite freely (HTML etc.)
2. you generate the email via JFX and send the email content to the email programme on your PC
Of course, I would prefer the first option, but unfortunately direct access to the SMTP server in the company network is blocked for security reasons. Sending via SMTP therefore does not work. Using an external email address (another SMTP server) works, but occasionally emails end up in the recipient's spam folder and this approach is generally not appreciated by the company's IT...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید