How to set an automatic reply in SharePoint when a user updates, saves or closes a page? - sharepoint-2007

Can anyone give me some idea about how to create an automated reply when a user updates, edits or saves a form in a list in SharePoint?
I am using Sharepoint designer 2007 and SharePoint WSS 2.0.
When the Newform is saved and closed, is it possible to have an automatic reply sent to the "Created By" individual?
Below is the message which should be sent out to the user when any action event is happening on the form
This is an automatic reply to confirm that your message has been
received by the “CustCareAur, OLR” mailbox. Your message will be
reviewed and you will receive a follow up email from the OLR Procedure
Team.

You will have to create a OOTB designer workflow with a simple step of "Send an Email" Action. Configure the "Send an Email" activity to send email to Created By(Author) of the item. Set the workflow to start when ever user Add/Edit item in list.Please see below link how to send email in designer 2007
http://office.microsoft.com/en-in/sharepoint-designer-help/send-e-mail-in-a-workflow-HA010239042.aspx

Related

Sync Mautic bounced email status with SalesForce

I have the Mautic and Salesforce integration working fairly well, and now I would like to sync the email bounce status back to Salesforce. This allows Salesforce users to update email addresses when they are talking to prospects and making notes in Salesforce. I don't see how to sync the bounce back since there is no "email bounced" field in a Mautic contact.
Using Mautic, I can detect bounced emails as shown below once their email has bounced:
However, when I go the Salesforce plugin, there's no field to select for this bounce, something like "Email Bounced":
Maybe I can create a custom field called "Email Bounced", but then how would I populate it? Ideas? Thank you!
The solution below assumes the cron jobs for syncing and segments are set up (that's a small project in itself). It also assumes email inbox monitoring has been setup.
Create a field in SalesForce to store the Invalid Email flag.
See SalesForce help. Create a Boolean field called "Email Invalid".
Create a field in Mautic to store the Invalid Email flag.
Create a segment with contacts having a bounced email.
From https://www.irelandwebsitedesign.com/images/learning-centre/mautic/mautic_docs_en.pdf:
a. Go to Segments / New.
b. Type in the segment name. For example Bounced emails.
c. Select the Filters tab.
d. Create new Bounced Email equals Yes filter.
e. Wait for the app/console mautic:segments:update command to be automatically triggered by a cron job or execute it manually.
Create a campaign to update the bounce date.
This campaign will update the "Email Invalid" field when a contact is added to this segment.
Set the fields to sync in the plug-in.

What to do when an exception is raised during send email for registration

I am doing a MVC5 application and I am using ASP.NET identity for authentication.
When a user get registered, he must confirm his email address. So I send him an email where there is the link he must click.
But, do I have to do if an exception is raised during the send email?
The user is saved in the database, but ther user receive no email!
So I thought 2 solution:
"Hide" the exception. The user is redirect to the page that inform him that an email has been sent. He does not receive any email so when he try to login can click on a link that send the email again.
Fail the registration, so delete the user has been saved in the database.
In your experiences, what solution do you have adopted? one of mine? others?
Can you help me to understand which is the best way to solve my problem?
Thnak you
I would go with 1)
The user can still re-try for a confirmation email.
A better approach, however;
Send the email on a background task, using Hangfire - this has built in retries in case of failure.

submit an issue to jira using custom contact form

Can I submit an issue to Jira by using my custom contact form ?
On the submit button of my contact form I want to send an email to the support team as well as raise an issue to my Jira account.
take a look at:
https://docs.atlassian.com/jira/REST/latest/
(especially https://docs.atlassian.com/jira/REST/latest/#d2e1196)
You'll need some program/script to use the API but should work.
I have configured JIRA to accept issues via email.

Reply button in Email MVC 4

I am using MailerBase in MVC 4.0 to send the Email. This is working fine perfectly. My question is: When I send the Email, I want to add a button, so that when user click on this button, will send reply of the email without clicking the default button like Reply in yahoo/GMail mails.
Is it possible in .NET MVC4 ?
This question is not specifically related to ASP.NET MVC. The closest you could get is to include an anchor with the mailto: inside the body of the message:
Reply
If the user clicks on this link it will be opened with the default email client that he has associated on his computer.
This being said, doing such things is a bad idea. People normally know how to reply to emails in their favorite email client. Another reason why this is a bad idea is that most email clients will simply block links in email messages especially if they are not from trusted sources. So even if you include such link it will be useless.

Can't click on link inside an outlook email sent by Rails

I have a problem when i send email using Rails email text format, the email contains a link for password reset and all work fine, but when i open email in outlook the link is shown but can't click on. this problem is only when send an email to an hotmail/live/outlook account, is there a solution for that?
Check out this link. It may be a simple matter of changing your Outlook settings.
http://office.microsoft.com/en-us/outlook-help/enable-or-disable-links-and-functionality-in-phishing-e-mail-HA001229962.aspx

Resources