[Gambas-user] Question to SmtpClient
T Lee Davidson
t.lee.davidson at gmail.com
Tue Feb 2 21:28:26 CET 2021
On 2/2/21 6:40 AM, Dag Jarle Nerland Johansen - Gambas wrote:
> Hi,
> is there any way to also receive mails with the SmtpClient?
> I didn't try it out, but see no command for that, only send.
> Is there any other component I can use to receive SMPT-mails?
> (POP3 I didn't look into, no option for me)
> Regards,
> Dag
No. SmtpClient is a client not a server.
If you need a server, you would have to create your own using the Socket class.
--
Lee
More information about the User
mailing list