Prev: Creating an IE style Menu bar using a hybrid api ocx
Next: How rreliable is the CLSID method of obtaining a file location?
From: Jeff Johnson on 7 Jul 2010 18:01 "LBS" <1(a)nospam.com> wrote in message news:OPCGQtfHLHA.5680(a)TK2MSFTNGP05.phx.gbl... > I am using the following code to email contents with attachments. > > There is no problem when I use an email "TO" that belong to the exchange > server domain I am using. The problem exists when I try to email to an > email such as "yahoo.com" or "someotherDomain.com". > > What am I doing wrong ? Not telling us what "the problem" is exactly?
From: LBS on 7 Jul 2010 19:34 Hello Emails with attachments are not sent when sending to an email not belonging to my domain. Regards LBS "Jeff Johnson" <i.get(a)enough.spam> wrote in message news:i12tfi$107$1(a)news.eternal-september.org... > "LBS" <1(a)nospam.com> wrote in message > news:OPCGQtfHLHA.5680(a)TK2MSFTNGP05.phx.gbl... > >> I am using the following code to email contents with attachments. >> >> There is no problem when I use an email "TO" that belong to the exchange >> server domain I am using. The problem exists when I try to email to an >> email such as "yahoo.com" or "someotherDomain.com". >> >> What am I doing wrong ? > > Not telling us what "the problem" is exactly? >
From: Karl E. Peterson on 7 Jul 2010 20:07 on 7/7/2010, LBS supposed : > Emails with attachments are not sent when sending to an email not belonging > to my domain. Sounds more like an anti-relay policy on your mail server, than a problem with the code. -- ..NET: It's About Trust! http://vfred.mvps.org
From: Jeff Johnson on 7 Jul 2010 21:01 "LBS" <1(a)nospam.com> wrote in message news:O%23VzlziHLHA.5668(a)TK2MSFTNGP04.phx.gbl... > Emails with attachments are not sent when sending to an email not > belonging to my domain. So then the code doesn't throw errors or anything like that? I'm inclined to agree with Karl, then. The request to send a message is getting to your local mail server and not going further. Nothing wrong with the code....
From: LBS on 8 Jul 2010 08:34
Thank you for your help. I will see what must be changed on the server to allow the relay. "Jeff Johnson" <i.get(a)enough.spam> wrote in message news:i1381b$3cr$1(a)news.eternal-september.org... > "LBS" <1(a)nospam.com> wrote in message > news:O%23VzlziHLHA.5668(a)TK2MSFTNGP04.phx.gbl... > >> Emails with attachments are not sent when sending to an email not >> belonging to my domain. > > So then the code doesn't throw errors or anything like that? I'm inclined > to agree with Karl, then. The request to send a message is getting to your > local mail server and not going further. Nothing wrong with the code.... > |