Hi How do i specify the mail from address in IIS SMTP server, currently it appears as <> with no address in it. Therefore my isp is blocking the mail as spam.
> How do i specify the mail from address in IIS SMTP server, currently it > appears as <> with no address in it. There's no "the" sender address in IIS SMTP, or any MTA, with the exception of failure/deferral notifications (DSNs). The sender address is created by your SMTP client during mail submission. Can you explain how you are using IIS SMTP, and which client app/library you are using? --Sandy ------------------------------------ Sanford Whiteman, Chief Technologist Broadleaf Systems, a division of Cypress Integrated Systems, Inc. ------------------------------------
Hi Sanford, What's the valid foramt for sender? xx@yahoo.com and xx@yahoo.comxx@yahoo.com? "Sanford Whiteman" wrote in message news:op.ubvvg0x86c17zw@gw02.broadleaf.local... > > How do i specify the mail from address in IIS SMTP server, currently it > > appears as <> with no address in it. > > There's no "the" sender address in IIS SMTP, or any MTA, with the > exception of failure/deferral notifications (DSNs). The sender address > is created by your SMTP client during mail submission. > > Can you explain how you are using IIS SMTP, and which client > app/library you are using? > > --Sandy > > > ------------------------------------ > Sanford Whiteman, Chief Technologist > Broadleaf Systems, a division of > Cypress Integrated Systems, Inc. > ------------------------------------
> What's the valid foramt for sender? xx@yahoo.com and > xx@yahoo.comxx@yahoo.com? See RFC821... as for the second format a@b@c, that's a form of source-routing, which is heavily deprecated and should not be used. --Sandy ------------------------------------ Sanford Whiteman, Chief Technologist Broadleaf Systems, a division of Cypress Integrated Systems, Inc. ------------------------------------