send mail Task?
Hi I have configured send mail task like this,
SMPT connection manager:
Name: smpt connection1
server name: i tried with mail.gmail.com( could you tell me what i need to give here)
it shows this error:
[Send Mail Task] Error: An error occurred with the following error message: "Failure sending mail. System.Net.WebException: The remote name could not be resolved: 'mail.gmail.com'".
Could you please help me
July 7th, 2011 6:52am
you have to configure a relay server in your IIS in order to use this--------------------------------------------------------
Surender Singh Bhadauria
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2011 6:55am
check this "configure SMTP server"..
http://msdn.microsoft.com/en-us/library/8b83ac7t.aspx
Let us TRY this | Mail me
My Blog :: http://quest4gen.blogspot.com/
July 7th, 2011 7:10am
could you please tell me how to configure it ..
using my local machine and using SSIS 2008
Regards,
krishna
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2011 7:14am
Check the link below it shows configuration for ssrs but its the same thing for both
http://www.beeii.com/?p=221
or you can write your own code in the script task to send emails--------------------------------------------------------
Surender Singh Bhadauria
July 7th, 2011 7:28am
You are not using the correct URL for the gmail's SMTP. The correct address is: smtp.gmail.com.
You can check more information about gmail's configuration
here.
The second issue is that the standard SMTP Connection Manager doesn't provide option to specify user credentials. You can try to implement a script to accomplish the requirement you have. Check this
script for reference.SSIS Tasks Components Scripts Services | http://www.cozyroc.com/
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2011 2:04pm


