how to send mail without internet connection
-
i am developing sending bulk mail in asp.net using C#....how to send mail without internet connection...Is There any code in C# for sending bulk mail without internet connection...(intranet to internet)
-
i am developing sending bulk mail in asp.net using C#....how to send mail without internet connection...Is There any code in C# for sending bulk mail without internet connection...(intranet to internet)
How do you expect your mail messages to be delivered without internet connection? Without a communications link to the mail server, and from there to all the mail receivers, it is not possible.
Unrequited desire is character building. OriginalGriff
-
How do you expect your mail messages to be delivered without internet connection? Without a communications link to the mail server, and from there to all the mail receivers, it is not possible.
Unrequited desire is character building. OriginalGriff
I think the question is about sending mail from a machine that itself doesn't have an internet connection, but does have an intranet connection. If so, all it needs is another machine on the intranet with an internet connection and run an SMTP server or relay on it.
Just like that old Carly Simon song... "You're so funny, You probably think this joke is about you" My Mu[sic] My Films My Windows Programs, etc.
-
I think the question is about sending mail from a machine that itself doesn't have an internet connection, but does have an intranet connection. If so, all it needs is another machine on the intranet with an internet connection and run an SMTP server or relay on it.
Just like that old Carly Simon song... "You're so funny, You probably think this joke is about you" My Mu[sic] My Films My Windows Programs, etc.
Maybe you should have posted this information to OP.
Unrequited desire is character building. OriginalGriff