473,654 Members | 3,104 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

on Behalf off dot net

i am a dot net web developer i sometimes need to send mail on behalf
of someone else
like in the case of a greeting card and reservation systems
i didn't know that such a thing existed before till i saw the
yahoogroup new sending heaeder
is that possible using system.web.mail

Nov 21 '05 #1
3 1600
This question was descussed some months ago in
http://www.developerfusion.com VB.NET forum, but the user there wanted to
send mail through the Yahoo Servers, which isn't allowed.

The thing about using System.Web.Mail namespace is that if you don't specify
a SMTP server name then it picks up the name from your computer.

Have you ever thought about using a Perl script? So easy to use.

Crouchie1998
BA (HONS) MCP MCSE
Nov 21 '05 #2

no sorry that's not what i mean
i don't want to use yahoo's smtp servere
i just wan to send an email
with a header specifying on behalf of
like
when u sent me a reply i got an email from developer's dex

it could've been from developersdex onbehalf of you
like shown in this internet header

X-Gmail-Received: bce1ac9dc3919b0 e1dfe6a8cf510ae 014c5e7eb7
Delivered-To: am********@gmai l.com
Received: by 10.36.19.1 with SMTP id 1cs94338nzs;
Wed, 4 May 2005 14:25:41 -0700 (PDT)
Received: by 10.36.7.3 with SMTP id 3mr223666nzg;
Wed, 04 May 2005 14:25:41 -0700 (PDT)
Return-Path:
<se************ *************** *************** ********@return s.groups.yah
oo.com>
Received: from n29.bulk.scd.ya hoo.com (n29.bulk.scd.y ahoo.com
[66.94.237.58])
by mx.gmail.com with SMTP id 34si356310nza.2 005.05.04.14.25 .40;
Wed, 04 May 2005 14:25:41 -0700 (PDT)
Received-SPF: pass (gmail.com: domain of
se************* *************** *************** *******@returns .groups.yaho
o.com designates 66.94.237.58 as permitted sender)
DomainKey-Status: good
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lima;
d=yahoogroups.c om;
b=rL29j4KO09MDb jEd1vgPKgSCifRk 7AtpiuvwfEiJ7Kv gwl8azw0pa30YM9 NSRsq/1zXXrt
9ojwsZjhK6NhUmh C32kF44zdKRaQgL/f5xOhtotQWg76v3 ohOwElGbJb0T;
Received: from [66.218.66.59] by n29.bulk.scd.ya hoo.com with NNFMP; 04
May 2005 21:22:58 -0000
Received: from [66.218.66.29] by mailer8.bulk.sc d.yahoo.com with NNFMP;
04 May 2005 21:22:58 -0000
X-Yahoo-Newman-Property: groups-email
Received: (qmail 83325 invoked by uid 7800); 4 May 2005 21:22:54 -0000
X-Sender: mi*********@yah oo.com
X-Apparently-To: ma************* @yahoogroups.co m
Received: (qmail 6056 invoked from network); 4 May 2005 20:50:30 -0000
Received: from unknown (66.218.66.167)
by m26.grp.scd.yah oo.com with QMQP; 4 May 2005 20:50:30 -0000
Received: from unknown (HELO web42001.mail.y ahoo.com) (66.218.93.169)
by mta6.grp.scd.ya hoo.com with SMTP; 4 May 2005 20:50:30 -0000
Received: (qmail 2408 invoked by uid 60001); 4 May 2005 20:50:30 -0000
Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
Message-ID: <20************ ***********@web 42001.mail.yaho o.com>
Received: from [82.201.189.250] by web42001.mail.y ahoo.com via HTTP;
Wed, 04 May 2005 13:50:30 PDT
To: ma************* @yahoogroups.co m
X-Originating-IP: 66.218.93.169
X-eGroups-Msg-Info: 1:7:0
From: Mina Dawoud <mi*********@ya hoo.com>
X-Yahoo-Profile: mina_dawoud
X-eGroups-Approved-By: michael_lahzy <mi***********@ gmail.com> via
email; 4 May 2005 21:22:54 -0000
Sender: ma************* @yahoogroups.co m
MIME-Version: 1.0
Mailing-List: list ma************* @yahoogroups.co m; contact
ma************* ******@yahoogro ups.com
Delivered-To: mailing list ma************* @yahoogroups.co m
List-Id: <marmina_flemin g.yahoogroups.c om>
Precedence: bulk
List-Unsubscribe: <mailto:ma***** *************** *****@yahoogrou ps.com>
Date: Wed, 4 May 2005 13:50:30 -0700 (PDT)
Subject: [marmina_fleming] دعوة
لكل الخدام
Reply-To: ma************* @yahoogroups.co m
Content-Type: multipart/alternative;
boundary="0-950970803-1115239830=:101 6"


*** Sent via Developersdex http://www.developersdex.com ***
Nov 21 '05 #3
Amir,

I have the idea that you are just after the webmail class.

Here is a message from me where it is in It is very easy to use. Wiadomosc
is Polish for message.

http://groups-beta.google.com/group/...6bca2b98?hl=en

A link which describes all of it.
http://www.systemwebmail.net/

Cor
Nov 21 '05 #4

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

Similar topics

6
1675
by: Pierre BENAROUCHE | last post by:
5
1582
by: Paulina Morchio T. | last post by:
7
1552
by: Jay | last post by:
Hi, I am using the MailMessage object to send mails. One issue that I am currently facing is that the 'From' address that I provide is not getting resolved. I was testing the code with the same address for both 'From' and 'To'. When I viewed the mail through Outlook, the 'To' address was resolved and I was able to view the Outlook properties, but not the 'From'. The 'From' address was displayed like an external SMTP type email ID. ...
10
5427
by: huzz | last post by:
I have web application that quaries the Active Directory to get user details.. everything works fine but someday I'll get System.Runtime.InteropServices.COMExection and if I restart the client machine then it works again. here is one of the method where am calling the AD public bool UserExist(string UserName) {
1
6458
by: MUHAMAMD SALIM SHAHZAD | last post by:
dear sir can any one give example how to run insert query... where the results will come from select query what i did on click button event docmd.openquery ("query1") thks shahzad
8
9742
by: Sarah | last post by:
I need to access some data on a server. I can access it directly using UNC (i.e. \\ComputerName\ShareName\Path\FileName) or using a mapped network drive resource (S:\Path\FileName). Here is my problem: my vb.net program has problems with UNC. If the UNC server is restarted or goes off-line, my VB.net program crashes. The code for UNC access to the file is included below and is put in the tick event of a form timer control running every...
4
5163
by: Együd Csaba | last post by:
Hi All, I'd like to "compress" the following two filter expressions into one - assuming that it makes sense regarding query execution performance. .... where (adate LIKE "2004.01.10 __:30" or adate LIKE "2004.01.10 __:15") .... into something like this: .... where adate LIKE "2004.01.10 __:(30/15)" ...
3
5882
by: thehuby | last post by:
Does anyone know how I can send an email using PHPMailer (or similar) and have it send 'on behalf of' someone. This is for a tell a friend feature on a website (I am trying to mimic the way that the BBC website does it as I believe this will help with the more strict spam filters). I know I could just send the email directly from our sites email address, but that would stop the recipient being able to reply to the friend sending the...
6
22810
by: mattc | last post by:
Hi, Writing a Macro in Excel and wanting to send emails automatically without this pop up box "A program is trying to automatically send email on your behalf". Is there some script I can use to avoid this pop up ? I'm just a beginner.... please help. Thanks !
0
8379
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8294
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8709
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8494
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8596
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7309
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
2719
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 we have to send another system
2
1597
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.