10-19-2007 04:40 PM
10-22-2007 03:12 PM - edited 10-22-2007 03:12 PM
The first question will be what are the errors?
Have you tried using the example programs? Networking > Internet and Web > E-Mail Notification.vi (for ver 7.1, I am not around a 8+ machine)
(EDIT: I just read your post again, I guess you are using one of the canned vi's)
Try sending it to another address just to make sure it is working.
Bryan
Message Edited by _Bryan on 10-22-2007 03:17 PM
10-22-2007 03:27 PM
10-22-2007 04:36 PM
10-22-2007 06:58 PM
I am out of the office today (because of San Diego fires) so I'll try to verify ability to send to personal account when back in office.
I am assuming the vi doesn't like me sending an email to an address with a phone number before the '@' sign. will need to verify.
10-22-2007 08:09 PM
10-23-2007 02:09 AM
@Ravens Fan wrote:
I don't think the VI cares what address you sent it to. It is more likely that the e-mail server you are posting it to would care.
I fully agree. In these days of spam email servers often get configured to not send messages to certain domains or use blacklists of servers not to allow connections from nor contact ever.
Rolf Kalbermatter
10-23-2007 08:48 AM
C:\>nslookup Default Server: Address: > set q=mx > vtext.com Server: Address: Non-authoritative answer: vtext.com MX preference = 50, mail exchanger = smtpsp1.vtext.com vtext.com MX preference = 50, mail exchanger = smtpsp.vtext.com smtpsp1.vtext.com internet address = 66.174.3.30 smtpsp.vtext.com internet address = 66.174.76.30So, use smtpsp.vtext.com or smtpsp1.vtext.com as your SMTP server and your message should go through. However, this approach is not as fault-tolerant as using a real relaying SMTP server, since a real server will handle the MX lookup automatically and will retry failed messages.
10-24-2007 11:26 AM