php-imap icon indicating copy to clipboard operation
php-imap copied to clipboard

Suggestion to implement mail sending

Open alexv96 opened this issue 3 years ago • 1 comments

They could implement the sending of messages using the same library and not having to install an external library such as PHPMailer.

alexv96 avatar May 26 '22 00:05 alexv96

Hi @alexv96 , many thanks for your suggestion.

This would be a lot of work, since sending emails utilizes a different protocol (SMTP instead of IMAP). Besides this, everybody who uses this library would also have a lot of code overhead for features they don't need.

Best regards & happy coding,

Webklex avatar Aug 08 '22 10:08 Webklex