J
Joe Reiss
Hi all,
I'm using the System.Net.Mail namespace to set up a SMTP sendmail. This
works for the most part, however, when I try to send email to a cell phone
text msg. via the Verizon 'vtext' Gateway it fails with a 550 relay error
msg.
I've had this problem in the past with Delphi/Indy SMTP component. The
problem there was that the component was blacklisted by Verizon for previous
use by spammers. The fix was to get rid of the X-Library line in the mail
header.
Is there a similar problem with this namespace?
Thanks,
Joe
I'm using the System.Net.Mail namespace to set up a SMTP sendmail. This
works for the most part, however, when I try to send email to a cell phone
text msg. via the Verizon 'vtext' Gateway it fails with a 550 relay error
msg.
I've had this problem in the past with Delphi/Indy SMTP component. The
problem there was that the component was blacklisted by Verizon for previous
use by spammers. The fix was to get rid of the X-Library line in the mail
header.
Is there a similar problem with this namespace?
Thanks,
Joe