user519653
user519653

Reputation:

How to make an Email-Sending Program

I have been trying for many days to create a program that can send emails . But all that I made used an SMTP Server. And unfortunately, it doesn't work on my computer. SO I desperately need an alternative. Could somebody tell me some other way to send emails ( without SMTP).

Thanks!

Upvotes: 0

Views: 859

Answers (2)

Gian Santillan
Gian Santillan

Reputation: 773

it really is not about ur computer? did u determine the SMTP server and host right? username and password? actually, everything is determined by ur SMTP server, unless ur sending it with ur own SMTP server and pop3 server via ur own server... for example, if ur sending it from a .asp page, or a .php page, if ur doymain gives u a free webmail then its easy to send an email, but if its a desktop application, u either need ur own webmail hosting account, or an SMTP server of google or yahoo...

its not whats wrong with the computer... check again...

Upvotes: 0

Related Questions