I want that my program could send email without using Microsoft Outlook or other programs or SMTP server. Is that possible? Can I send email without connecting to SMTP server?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t by definition, since email gets through the recipient at least passing through the SMTP server of his/her domain.
You may send it directly to the recipient’s SMTP server instead of going through the ISP’s server getting its data through DNS (which is basically re-implementing a local SMTP server on your own), but it’s not a good idea, since many target servers will refuse to accept your mails due to spam concerns (your connection will probably come through graylisted “residential” IP addresses, it won’t have a rDNS record, …).