No announcements
Found 2165609 threads
-
0 Votes
PowerShell Send-MailMessage - is sending an email to each variable name
I guess Send-MailMessage is inside some loop which should be not, could you please post the snippet where the send-mailmessage cmdlet is used?Answered | 2 Replies | 690 Views | Created by BatmanRnB - Sunday, June 30, 2019 5:08 AM | Last reply by DumbleD0re - Sunday, June 30, 2019 6:39 PM -
0 Votes
PowerShell Send-MailMessage - is sending an email to each variable name
in fact, it worked, now the script is sending a single email with all the logins.Answered | 6 Replies | 808 Views | Created by BatmanRnB - Sunday, June 30, 2019 6:39 PM | Last reply by BatmanRnB - Sunday, June 30, 2019 9:13 PM -
0 Votes
PowerShell Send-MailMessage
Hello, Send-MailMessage works with Powershell 2.0.Answered | 1 Replies | 16697 Views | Created by rao2100 - Tuesday, May 17, 2011 12:55 PM | Last reply by Alberto Morillo - Tuesday, May 17, 2011 1:32 PM -
1 Votes
Strange issue with Send-MailMessage
When you just run the following in a PowerShell window, it "works.Answered | 10 Replies | 2569 Views | Created by RKillcrazy - Friday, September 6, 2013 1:38 PM | Last reply by R Jason Morgan - Friday, September 6, 2013 2:27 PM -
0 Votes
Powershell v3 - Unable to send mail using Send-MailMessage to an external domain
But my .NET application is using the same smtp server to send email to external domains using anonymous (without authentication) If permissions are denied, ...Answered | 7 Replies | 6523 Views | Created by nikhil.gonsalves - Monday, November 9, 2015 5:06 PM | Last reply by jrv - Monday, November 9, 2015 7:50 PM -
0 Votes
Send-MailMessage and Automatic Email Generation with Exchange 2007
You could schedule the script using Task Scheduler.Answered | 3 Replies | 1287 Views | Created by ExAdmin29 - Wednesday, June 18, 2014 3:49 PM | Last reply by Mavis_Huang - Tuesday, June 24, 2014 7:57 AM -
2 Votes
send-mailmessage Wont add script output as a variable
If you're interested in learning more about PowerShell, here's a great resource: http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspxAnswered | 5 Replies | 2356 Views | Created by Jon Doyle - Wednesday, June 12, 2013 12:31 PM | Last reply by Jon Doyle - Thursday, June 13, 2013 2:35 PM -
0 Votes
Send Emails with PowerShell using .CSVs and HTML templates
Answered | 2 Replies | 1278 Views | Created by gman117 - Wednesday, September 5, 2018 12:31 PM | Last reply by Dave Patrick - Wednesday, September 5, 2018 6:58 PM -
0 Votes
Send-MailMessage CommandNotFoundException
That saved me.Answered | 7 Replies | 6628 Views | Created by ptt2014 - Wednesday, April 23, 2014 4:40 PM | Last reply by BostonSean - Wednesday, February 25, 2015 7:01 PM -
3 Votes
send email to multiple poeple using powershell
Hi abc67, Have a look at this thread Powershell send-mailmessage - email to multiple ...Answered | 4 Replies | 17200 Views | Created by abc67 - Tuesday, August 28, 2012 4:23 PM | Last reply by karansharma - Wednesday, February 20, 2013 8:12 PM -
1 Votes
Send Email Thhrough Powershell
Why not just use Send-MailMessage?Answered | 3 Replies | 851 Views | Created by All-we-know-is-what-we-are-told - Thursday, June 25, 2015 1:57 AM | Last reply by kdcooke - Thursday, June 25, 2015 4:05 PM -
1 Votes
Problem sending email in PowerShell
Now to see if I can get IT to see it my way and let the email send.Answered | 5 Replies | 2249 Views | Created by Disc Golf Dan - Thursday, January 17, 2013 9:07 PM | Last reply by Disc Golf Dan - Friday, January 18, 2013 3:26 PM -
0 Votes
how to send email or draft in office365 : using PowerShell
Hi, According to your description, the issue us related to the message sending with PowerShell in Exchange Online.Answered | 1 Replies | 1174 Views | Created by chenyiqing23 - Tuesday, February 2, 2016 3:36 PM | Last reply by Winnie Liang - Wednesday, February 3, 2016 5:46 AM -
3 Votes
How to use SSL with different port in Send-MailMessage?
One infrastructure which is SP2 RUPv2 does, the other which is SP3 does not ...Answered | 7 Replies | 38467 Views | Created by MG R2 - Friday, May 11, 2012 4:05 AM | Last reply by Michel de Ruiter mdruiter - Monday, March 25, 2019 2:55 PM -
2 Votes
Send-MailMessage with German TypeFace
Thanks for you help, I got it resolved as you say it was the encoding, I think I was over thinking it Here is the new command I used.Answered | 4 Replies | 2118 Views | Created by SwiftyJ - Thursday, July 28, 2016 10:43 AM | Last reply by FWN - Thursday, July 28, 2016 12:49 PM -
1 Votes
Query on sending email using powershell script.
Send-MailMessage works just fine for this.Answered | 4 Replies | 775 Views | Created by Praveen Remata - Wednesday, November 11, 2015 12:35 PM | Last reply by Mike Laughlin - Wednesday, November 18, 2015 4:28 PM -
5 Votes
using powershell and task scheduler to send email
I have encountered the same problem with my PowerShell script email async sending.Answered | 12 Replies | 35138 Views | Created by SAL536 - Wednesday, June 30, 2010 3:56 AM | Last reply by superHao - Friday, February 10, 2017 3:41 AM -
0 Votes
Credential use in Send-MailMessage, can't get it to work programmatically
Here's what I did with my code: # e94.ps1 $User = 'jeff@me.com' $Pword = ConvertTo-SecureString -String "xxxxpwd" -AsPlainText ...Answered | 8 Replies | 4162 Views | Created by Crank1948 - Wednesday, February 10, 2016 5:24 PM | Last reply by jrv - Wednesday, February 10, 2016 7:59 PM -
1 Votes
Getting error when trying to insert variable into a html file to send-mailmessage
I recreated using the above html file, and my script works.Answered | 6 Replies | 1366 Views | Created by NorishaamAdam - Monday, January 25, 2016 8:35 AM | Last reply by NorishaamAdam - Tuesday, January 26, 2016 8:47 AM -
1 Votes
Sending Email from PowerShell Scripts
Instead of using custom send-Email script , try to use Built in Send-MailMessage cmdlet .Answered | 8 Replies | 42164 Views | Created by jfd7000 - Wednesday, September 25, 2013 12:14 PM | Last reply by jfd7000 - Friday, September 27, 2013 8:06 AM - Items 1 to 20 of 2165609 Next ›
No announcements