Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL Mail and @FROM -- (i wish)

Author  Topic 

matt_calhoon
Posting Yak Master

235 Posts

Posted - 2000-12-15 : 03:36:46
Hi There,

Is there anyway using SQL mail to set a "from" field so I dont have to set up another email account in Outlook? eg,

xp_sendmail @recipients = 'matt@vivid-design.com.au'
@message = 'Sql team'
@from = 'clientname@clientsaddress.com.au'

I know this wont work but is there a possibility of somehting similar?

worth a try :)

   

- Advertisement -