May 13, 2009 at 12:32 pm
Hello all,
I'm trying to figure out how to send mail via the Send Mail Task. My SMTP server requires a username and password. When I create an SMTP connection there is no option to enter a username and password. I enter my SMTP server name (mail.myserver.org) and the only options I see under that are: "Use windows authentication" and "enable secure sockets layer".
How would I send an email from an SMTP server that requires my username and password?
Thanks,
Strick
May 15, 2009 at 12:41 pm
stricknyn (5/13/2009)
Hello all,I'm trying to figure out how to send mail via the Send Mail Task. My SMTP server requires a username and password. When I create an SMTP connection there is no option to enter a username and password. I enter my SMTP server name (mail.myserver.org) and the only options I see under that are: "Use windows authentication" and "enable secure sockets layer".
How would I send an email from an SMTP server that requires my username and password?
Thanks,
Strick
You have to create script for this. The standard connection supports only Windows Authentication. Check here for ideas how to implement the script.
May 15, 2009 at 1:45 pm
Hello,
Thanks, i actually have a VB 2005 class I wrote some time ago to send emails. I can probably use that in my package. Was just curious if the send mail had an option to enter a username and password. Per your post looks like it doesn't so I guess I'm stuck using code.
Seems like that should be implemented in the send mail task though since most SMTP servers need a username and password.
Thanks for your help.
Strick
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply