php-imap
php-imap copied to clipboard
Suggestion to implement mail sending
They could implement the sending of messages using the same library and not having to install an external library such as PHPMailer.
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,