July 31st 2010
How can I send HTML mail using SQL Mail of SQL Server 2k?
July 30th 2010
I am using SQL Server 2000. I wanted to send MIME type mail through SQL Mail. So I downloaded xpsmtp80.dll and copied to C:\Program Files\Microsoft SQL Server\MSSQL\Binn\DLL. Then I registered it by exec sp_addextendedproc ‘xp_smtp_sendmail’, ‘xpsmtp80.dll’. I granted permission to public by grant execute on xp_smtp_sendmail to public.Now when I am executing this
declare @rc int
exec @rc = master.dbo.xp_smtp_sendmail
@FROM = N’MyEmail@MyDomain.com’,
@TO = N’MyFriend@HisDomain.com’,
@subject = N’My first HTML mail’,
@message = N’
This is some HTML content
‘, @type = N’text/html’
select RC = @rc
go
An error generating stating
ODBC: Msg 0, Level 16, State 1
Cannot load the DLL xpsmtp80.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).
(1 row(s) affected)
free Flash Mx 2004 website templates?
July 29th 2010
Is There a way That I can Download Power Point Templates to My Flash Drive and use them on Another Computer? ?
July 29th 2010
yahoo mail html editor?
July 29th 2010
is there a yahoo mail inbiult html editor in mail coz when i forward a mail i need to make some changes in it but it already displays in graphical mode and when i see the url of picture in mail that i get from yahoo groups it gives that the picture is emmbeded with the mail so plz help me out any kind of help will be appreciated. and how do run javascript on my mail well javascript is not important for now.
Removing “discuss” tab and add or replace it with “email article” tab in Mediawiki?
July 28th 2010
I need some help with my wiki that I created for documentation at my job. I need to remove the discuss tab and/or replace it with a mail article tab. The tab needs to show across all pages like the discuss tab but when the tab is clicked it should invoke Microsoft Outlook with a link to the wiki page in it.
I’ve seen a wiki that did this it had a email article tab and when you click it, Outlook opens up a email template with the wiki page link inserted in it.
Does anyone know how to do this?
Any help would be appreciated .