used for questions relating to incoming and outgoing e-mail

learn more… | top users | synonyms

5
votes
7answers
7k views

incoming mail just sits in the drop folder

I want a document library to recieve email and store it so followed the steps outlined here: http://sharepointgeorge.com/2010/configuring-incoming-email-sharepoint-2010/ I seem to be a bit stuck. ...
3
votes
4answers
2k views

How does internal email get to the SMTP client of a SharePoint server?

I am trying to configure incoming email to a SharePoint 2010 list on Windows Server 2008 R2 SP1. I am trying to avoid involvement with Exchange or Active Directory. When I try to email the list using ...
12
votes
3answers
1k views

Client Object Model equivalent of SPUtility.SendEmail in SharePoint 2010

I am trying to send an email after an action occurs in Silverlight WebPart I am designing. Is there a built-in class in the Client Object Model that can handle this, or will I have to build a ...
1
vote
2answers
10k views

Immediate-alerts Email Notification not sending emails

The alerts are working, but for some reason the " Send e-mail when ownership is assigned" on a task list is not working. A task is assigned to a user however Immediate-alerts are not sending the ...
2
votes
2answers
1k views

How to Enable Email in Lists Without Using Exchange?

Salvete! I am running Sharepoint Enterprise 2010 on Windows Server 2008R2. I want to enable email in my sharepoint lists. I don't have Microsoft Exchange. We are moving from a 3rd party hosted ...
6
votes
4answers
8k views

How can I get a Sharepoint calendar to send a notification email to users involved in an event?

I'd like to have all attendees to be notified via email that they have been invited to an event from a Sharepoint calendar. How can I do this?
2
votes
3answers
746 views

Deactivate email-notifications for SPLists only temporally (and programmatically)

So here's my Problem: I have a list which is used to notificate user. (Announcements) So it's essential that the email notifications work for most of the time. The announcement (items) get saved in ...
6
votes
3answers
9k views

How to create custom email alert template in SharePoint 2010

There seems to be a widely popular blog post (here) about creating these. It's tailored to SharePoint 2007, but I've read through the entire article, and it makes sense. I've followed the directions, ...
4
votes
1answer
2k views

How to add values from a “Person or Group” list column type to workflow email To or CC field

On SharePoint 2007 I have a custom list with a custom content type. The content type contains (among other things) a Person or Group typed column that allows the creator to add additional ...
3
votes
1answer
811 views

Send email via code in Office365

I am developing a custom web part in an Office 365 environment. I am trying to send email to a user during the execution of the code in the web part. I have tried two alternatives: ...
2
votes
1answer
569 views

Some incoming emails being rejected on new email-enabled list

I've just set up a new SP list to log purchases made by our department. Whenever we buy something, we'll use the email address corresponding to a distribution group that contains myself and an ...
2
votes
3answers
4k views

How To: Send the Alert Emails to External Email Addresses?

In our SP2010 Intranet (Windows authentication) we are using "Alert Me" feature and it has been working great. However, Currently we have a new difficult situation where we want to send the Alert ...
2
votes
1answer
955 views

Send e-mail with SMTP (Office 365)

I need to show a popup-window with a basic e-mail layout and send the e-mail after pressing the send button. The popup, I've created and also the webpart within. But when I want to send the e-mail, it ...
3
votes
4answers
768 views

SharePoint Designer 2010 email

I have an InfoPath form where I used SharePoint Designer 2010 to send an email to a group. Once a particular user submits the form then an email should be triggered to a group along with the active ...
2
votes
2answers
619 views

Share Point task list email notifications

I created the workflow in sharepoint designer using Collect data from user option. The approver receives three automated mail. 1) Notification to approve - Task assigned email 2) After approval, task ...
2
votes
2answers
3k views

Why are outgoing e-mail alerts not sending?

I have a strange problem with outgoing alerts e-mails on our SP 2010 farm. Alert notification are delivered, but no alerts comes whatever I do. I remembered the page for SP alerts here and followed ...
0
votes
1answer
431 views

Workflow - send email on single field change?

My question is similar to this post. I just want my workflow to send an email when the "project lead" field changes. I currently have a workflow that fires once when the item is created, simply ...