Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 423 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 423 Bytes

X-Mailer plugin

This plugin offers a really simple way to send e-mails using Free Pascal. For those who like the procedural style, X-Mailer has the SendMail procedure. With one single line, you can configure SMTP settings and fill all the required fields as: From, To, CC, Subject and Message. For those who prefer an Object Oriented style, X-Mailer has the TSendMail class with the same above mentioned characteristics.