473,503 Members | 1,769 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

bounceback email address

Can I set the bounce back email address when I send a email through
System.Web.Mail?

Thanks.
Nov 18 '05 #1
4 1558
Simon,
If you set the From property, a delivery failure with be sent to that
address.

--
Best regards,
Jeffrey Palermo
Blog: http://dotnetjunkies.com/weblog/jpalermo
"simon" <si***@discussions.microsoft.com> wrote in message
news:8B**********************************@microsof t.com...
Can I set the bounce back email address when I send a email through
System.Web.Mail?

Thanks.

Nov 18 '05 #2
Can I set another email address besides using From property?

"Jeffrey Palermo [MCP]" wrote:
Simon,
If you set the From property, a delivery failure with be sent to that
address.

--
Best regards,
Jeffrey Palermo
Blog: http://dotnetjunkies.com/weblog/jpalermo
"simon" <si***@discussions.microsoft.com> wrote in message
news:8B**********************************@microsof t.com...
Can I set the bounce back email address when I send a email through
System.Web.Mail?

Thanks.


Nov 18 '05 #3
Hi Simon

You can try adding a header

Dim webMail as New System.web.mail.mailmessage
webMail.To = "so*****@something.com"
webMail.From = "yo**************@something.com"
webMail.Headers.Add("Reply-To", "yo***************@something.com")

Regards
Adam


"simon" <si***@discussions.microsoft.com> wrote in message
news:8B**********************************@microsof t.com...
Can I set the bounce back email address when I send a email through
System.Web.Mail?

Thanks.

Nov 18 '05 #4
Thanks Adam. I overlooked that possibility.

--
Best regards,
Jeffrey Palermo
Blog: http://dotnetjunkies.com/weblog/jpalermo
"Adam" <ad********@hotmail.com> wrote in message
news:O3**************@TK2MSFTNGP10.phx.gbl...
Hi Simon

You can try adding a header

Dim webMail as New System.web.mail.mailmessage
webMail.To = "so*****@something.com"
webMail.From = "yo**************@something.com"
webMail.Headers.Add("Reply-To", "yo***************@something.com")

Regards
Adam


"simon" <si***@discussions.microsoft.com> wrote in message
news:8B**********************************@microsof t.com...
Can I set the bounce back email address when I send a email through
System.Web.Mail?

Thanks.


Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
5658
by: Dan Williams | last post by:
Apologies for the cross-post but i thought i'd aim for the largest audience possible. I have a web site that users have to register to with their email address. The site then emails the user...
4
3003
by: dmiller23462 | last post by:
So here's my problem.....I need to set up different email distributions based on which option in the following Select form has been chosen....For instance if "Putaway" is chosen it needs to email...
8
2728
by: pcchong | last post by:
what is the simplest way to put the email address on the homepage so that it is not readable by email extractor or search engine? I remember someone wrote a simple script to do that, but I can't...
117
11721
by: Steevo | last post by:
Any suggestions as to the best programs for cloaking email addresses? Many thanks -- Steevo
2
6729
by: Jim Fox | last post by:
Thought maybe I could do this with a hyperlink field in a table...........but doesn't seem to be working. I basically got a vendors table with all the contact info. One of the fields is EMAIL...
2
2069
by: Del | last post by:
I have two question on sending email messages from MS Access (Versio 2000, 2002, and 2003). I have a form with a command button to send an email message, the code behide the button is as follows;...
3
2554
by: scott_baird | last post by:
I have an email macro setup (maybe I should go another way, but that was the quickest at the moment...) and what I would like to do is automate the "to" addressee of the email it generates for...
2
1637
by: toedipper | last post by:
Hello, php and mysql I am looking to start a newsletter on my site. I imagine I will have a text box that users enter their email address into and a button that says 'subscribe' To stop...
1
3107
by: saravanatmm | last post by:
I need javascript code for validate the email address. Email address field cannot allowed the capital letters, special characters except '@' symbol. But can allowed the small letters, numeric...
0
7199
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7076
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7274
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7323
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6984
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7453
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5576
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5005
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
1507
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.