Send email: Difference between revisions

→‎{{header|D}}: fix search and replace error
(Updated D entry)
(→‎{{header|D}}: fix search and replace error)
Line 259:
import std.net.curl;
 
auto s = SMTP("smtps://ssmtp.gmail.com");
s.setAuthentication("someuser@gmail.com", "somepassword");
s.mailTo = ["<friend@example.com>"];
Anonymous user