in Computer Networks
702 views
0 votes
0 votes
How will you send an e-mail to someone when you have neither the recipient's e-mail address nor the e-mail application.
in Computer Networks
702 views

4 Comments

You dont need any application as you can directly use SMTP protocol and connect to a SMTP server and send email. But you cannot send an email without a recipient email -- spams are sent by collecting email addresses from some source.
2
2
So will have to use SMTP commands like HELO, MAIL,RCPT? I'm not sure how to implement this thing.
0
0

I think when we use send mails funtions in programming launguges like in node,php,java or any backend launguage we use smtp server.we dont have application for send a mail still we send it,i did it using node js it’s easy you can also try.but recipent address should must 

ex : https://stackoverflow.com/questions/14456673/sending-email-with-php-from-an-smtp-server


 
0
0

Please log in or register to answer this question.

Related questions