SharePoint 2013 Workflow - Change the From Address for an email

Hello
I am creating a SharePoint 2013 Workflow Manager Workflow to send out an email when a document is uploaded to a document library. I want to set the From address for the Email activity added to my Workflow. There is no option in Properties to change this.
This used to be done when creating a SharePoint 2010 workflow in Visual Studio 2012.
How can I add a From email address for my workflow?
Thanks
Yoshi

Having problems getting SPD 2013 installed on my laptop because of a trial of O365, but I know in SPD 2010 you could find the BCC fields, etc... in the Advanced properties, it wasn't directly available via the common interface.  I know 2013 is very
different from 2010, and if I can get it to install correctly, I will update, but look for an advanced property, or an XML view where you can find the FROM: field.

Similar Messages

  • How/can I change the "from" address in Mail?

    I just upgraded to Mountain Lion, and have come across a problem.
    I use iCloud for my mail account, but I want to change the "from" address - so the return address on my messages is NOT icloud.
    I could do this in Lion.
    In the mail account settings, there's an option that says "alias" and it lists (me)@mac.com, (me)@me.com and (me)@icloud.com, and then "custom" is an option.
    Great!
    So I choose Custom, and then I can type in the "from" address that I want.
    However, when I go to save those changes, it tells me the SMTP server can't be left blank.
    What?
    It's not blank! I didn't touch it. The icloud server is still there!
    Furthermore, it's greyed out, so even if it WERE blank, it's not like I can edit it!
    Once this happens, the only fix is to delete the whole account from mail, and to disable mail in the icloud control panel, then re-add it.
    Has anyone figured out to work around this?

    Apple's outgoing mail server - just like 99.9% of all other SMTP servers, does not allow "relaying", meaning you use a domain in the 'sent from' address that is different from a domain hosted by the server. The simple reason is to make it harder for any spammer - not assuming you are one - to abuse the server. While bandwidth, server capacity and server load are some issues, the main fear for ISPs is to get blacklisted, and consequently mails from such server being refused by all others.
    It's a general rule, and while exceptions might be technically possible, it would be a manual act which at a certain rate would become unmanageable.
    If you want, read about the antonym, open mail relay servers, here.
    You see, it's actually good behavior and absolutely in your interest to prevent you from using a "non-in-house" 'sent from' address.

  • Adding a Contact Form, is it possible to change the FROM address in the header to the submitter's email address?

    As it stands now the FROM address used is the site default (mine); using REPLY in the resulting email from the form should have the submitters email address not mine. I was able to switch this in the code (form-u1768.php) of an earlier version of MUSE. The PHP has changed in the current version (2014) and I'm not seeing how to pull off the same manual tweak. Any Ideas? Thanks!

    I found this: Re: In adobe muse, how do you control the replyto address for a form?  The site I'm working on is uploaded via FTP to another host.  So, "...the email 'reply-to' header is filled in with the email address entered by whoever filled out the form, so you can hit 'reply' in your email software to reply to the form submitter."  However, what if I want to take my chances on the form mail coming out of my site? Is there a tweak in the PHP that I can perform to change the FROM address to the same as REPLY-TO? Is there any reason this wouldn't work:
    function get_email_headers($to_email, $form_email) {
      $headers = 'From: ' . $form_email . PHP_EOL;
      $headers .= 'Reply-To: ' . $form_email . PHP_EOL;
      $headers .= 'X-Mailer: Adobe Muse CC 2014.1.6 with PHP' . PHP_EOL;
      $headers .= 'Content-type: text/html; charset=utf-8' . PHP_EOL;
      return $headers;
    ...vs. the way it is coded by MUSE:
    function get_email_headers($to_email, $form_email) {
      $headers = 'From: ' . $to_email . PHP_EOL;
      $headers .= 'Reply-To: ' . $form_email . PHP_EOL;
      $headers .= 'X-Mailer: Adobe Muse CC 2014.1.6 with PHP' . PHP_EOL;
      $headers .= 'Content-type: text/html; charset=utf-8' . PHP_EOL;
      return $headers;

  • I need to change the "from" address (the "add to addressbook" address) in the first line of emails that I send. How do I do this?

    I need to change the "from" address (the "add to addressbook" address) in the first line of emails that I send so that people reply to my email alias not the address where my emails originate. How do I do this?

    So you have added a new 'Identity' to your existing email address.
    If someone sends an email using that 'other identity'
    you have a choice of where those received emails can go. they can be received into the original mail account, like a collect all in the one Inbox or perhaps sent to Local Folders, so you can see them as separate. Or you can filter on that identity to put those emails in a specific folder.
    When you REply to any incoming mail that has used that new identity email address, it will use the new identity in the Email address in FROM assuming the received email in the main mail account of which the new identity email is applied.
    This should also now offer the added identity email address as an option in the FROM drop down list. So you can easily swap when sending an email if required.
    If you want to send using your default email address to people, but want their reply to use the identity email address:
    Tools > Account Settings
    select the original email address mail account name
    Where it says: 'Reply to addresses: enter the reply to identity email address.
    click on OK
    This means when they click on 'Reply' it will auto insert the Reply-to option.
    This will work providing it is a 'Reply' to an email you sent which contains the Reply-to email address.
    If someone is not actually replying by using the Reply-to new identity email address:
    In other words they are sending you a new email using the original email address because perhaps that is the one in their address book or the one they located on a webpage etc.
    Then, when you select to Reply to that email, it will use the email address to which it was sent to in the FROM field - the original email address. Hence why you would need to select the new identity FROM in the drop down list.
    One way to get around this is set out below.
    If you do not use an identity - instead you create another existing mail account for the 'identity' email address, so you have two mail accounts for the two email addresses.
    You can move selected emails manually or perhaps using a filter to screen them from the original mail account into the newly created mail account.
    Then when you click on Reply, it will use the new mail account email address instead of the original email address.

  • Can we change the from address displayed in gmail

    Hi,
    I am using javamail to send mails from gmail account. I was able to change the from name in e- mail with the name
    I specified. But can I use javamail to change the from address displayed in gmail ? If its possible please tell me how.
    Urgent requirement in my project. Please help.
    Example.
    Now its displayed like this.
    specifiedName<mail id from which campaigns are sent>
    I want to change it to
    specifiedName <specified email id> [ I want to mask the original id]

    JavaMail will let you set the From address to whatever you want, but Gmail might
    not let you send a message with a From address that doesn't match the account
    you're using for sending, or it might override the From address you set to be the
    From address corresponding to the account.
    The best approach is to send the message from an account that matches the
    From address. If you can't do that, you probably need another ISP or your own
    mail server that will allow you to specify whatever you want.

  • I couldn't change the billing address for another country

    I couldn't change the billing address for another country!
    It was UAE, nowaday I'm living in Brazil. How can I do it?

    Your credit or debit card credentials must be associated with the same country where you reside.
    "Although you can browse the iTunes Store in any country without being signed in, you can only purchase content from the iTunes Store for your own country. This is enforced via the billing address associated with your credit card or other payment method that you use with the iTunes Store, rather than your actual geographic location."
    From here >  The Complete Guide to Using the iTunes Store | iLounge Article

  • Hi! How can I change the shipping address for the program of replacement of the 1 generation ipod nano? I've already received the empty box and now I should send back the old ipod but I'd like to receive the new one to another address. Thank you.

    Hi! How can I change the shipping address for the program of replacement of the 1 generation ipod nano? I've already received the empty box and now I should send back the old ipod but I'd like to receive the new one to another address. Thank you.

    I would contact Apple directly and have them work with to get the iPod shipped to a new/different address.
    http://www.apple.com/contact/
    B-rock

  • Query on Changing the IP address for Primary and Standby.

    Dear All,
    I have to change the IP address for my Primary system. It is in windows environment with Oracle failsafe.
    i am using the dataguard for switchover process. I changed the IP address in all the files like listener and TNS names and after that i mounted the database and checked the dataguard configuration.
    DGMGRL> show configuration giving success. my problem is when i executed the show database verbose primary_database. it is showing the old IP address in static connect Identifier.
    how to change the IP in static connect Identifier? i updated all the files properly with new IP, but still facing this. will it affect any thing during switchover?
    Thanks.

    Hello;
    The simple solution is remove broker and set it up again.
    How to Safely Remove a Data Guard Broker Configuration (Doc ID 261336.1)
    Best Regards
    mseberg

  • Affecting the "From" address for ical invites

    Does anyone know of any scripts that help adjust the "from" address for ical invites? I use 6 or so addresses for different purposes (almost all gmail), and it is helpful if I can send invites from a specific address which the intended recipient is used to seeing from me, else I risk it being sent to their junk inbox, and (gasp) appearing unprofessional.
    Thanks.
    Matthew

    Hi Matthew,
    There are six handlers in the applescript (all staring with "on send..." or 'on show..."). Find the fifth one.
    The third to last line in the fifth handler is "send mymail". Replace this line with:
    -- Altered to open notifications in Mail.app without sending
    -- Original line quoted out below.
    -- send mymail
    set visible of mymail to true
    activate
    -- End Altered to open notifications
    Save and close the applescript.
    This modification has survived several updates in Tiger on my machine. I'd expect the transfer to Leopard will mean re-assessing it.
    John M

  • Setting the From Address for Reply in Mail

    I am having trouble setting the default “From” address for replies in Mail. When I click on “Reply” the new window opens with a default mail address I do not wish to use. This can be changes by going into the drop down box and setting a different one. This is time consuming and it is easy to send from an inappropriate address.
    “Help” menu says that the default address ( top one in the drop down box) can be changed and gives these instructions:
    Set the From address
    Your messages are sent from the account of the currently selected mailbox. If you have multiple email accounts, you can specify a different account to use for sending all messages, or select an account just for the message you’re writing.
    To specify the account to use for sending all messages, choose Mail > Preferences, click Composing, and then choose an account from the “Send new messages from” pop-up menu.
    To specify an account just for the message you’re writing, click the From pop-up menu, and then choose an email address.&#8232;To change the order in which addresses are listed in the pop-up menu, reorder the addresses in the “Email address” field in the Account Information pane of Mail account preferences.
    When I open the Mail Account Preferences and go to Account Information there is no list of addresses in the “Email address” just the one for the particular account highlighted in the left column eg. “[email protected]” or “[email protected]” .
    I tried to move the order of the accounts in the left hand box but nothing wants to move. Clicking and holding to push one account over another seems not to work.
    Anyone got any ideas on how to fix this?
    NB: This is about "Reply". Default for "New Message" is setting fine.

    i found out how to do this finally!
    1) set up google gmail account to forward your emails to (from the [email protected])
    2) go to your gmail account
    3) go to settings (cog in right hand corner)
    4) go to 'accounts and import'
    5) go to 'send mail as'
    6) click 'Add another email address you own' - add your [email protected] address
    7) google will send a verification email with code to that email address.
    8) enter code
    9) go back to gmail account  >'send mail as' and select 'make default'
    10) close mac 'mail' program and reopen it.
    as long as you have gmail account selected as the primary account in MAIL - mail will now come throught as being sent from that  [email protected] address!!

  • I need to change the MAC Address for Airport on MacBook

    I have a specific need to change my son's Airport MAC address as his school requires the use of USB network cards that aren't compatible with MACs. These cards are needed because the school's router uses MAC address filtering.
    Before we upgraded his Mac to Snow Leopard, we were able to change the MAC address to the MAC address of the useless dongal the school supplied. We basically created an AppleScript program that ran the "sudo ifconfig en1 ether xx:xx:xx:xx:xx:xx" and all was good.
    This command no longer works for changing the MAC address. We tried it as root user as well and by typing it into the terminal window as root. After running the command, we can run "ifconfig en1" and it does display the new mac address but when we turn the airport on and try to connect, it just hangs and won't connect.
    Our other non-Snow Leopard still works fine after running the commands so I'm guessing Apple disabled this functionality. It's hardly a security issue by being able to change your mac addres.
    Is there a new way to accomplish this? I've searched everywhere.
    Thanks!

    Would an easier solution be to provide the school's IT admin with your mac address and have it added? If they can add a block of mac addresses for the usb dongles, they can add more for machines that cannot use the dongle.
    Also: "It's hardly a security issue by being able to change your mac address."
    While it may not be a security issue for your machine, it is a security for the school network who is using mac address filtering as hopefully only one part of their wireless security.
    That being said, have you read this?
    http://osxdaily.com/2008/01/17/how-to-spoof-your-mac-address-in-mac-os-x/

  • Changing the default address for Iphone Notes?

    I don't why this is but the e-mail address is my gmail account.  When it should be to one of my Outlook addresses.  Which is why my notes to to Gmail notes, I suppose.
    No matter how hard I search, I can find no way of changing the default address from my gmail to my Outlook addresses.
    Can someone advise, please?
    Thanks
    ron

    Accessing 'Library' is a little like 'killing a cat' in that there are many ways to achieve a result.
    It should be noted the expression is colloquial, I do not go around "killing' anything.
    Those who need frequent access to the Library may consider accessing the Library and having done so drag the Folder to Finder's Side Bar.
    In future they are then one click away from direct access to their Library.
    Apple seem to be insensitive to the results of their confusing naming, especially when access may be infrequent?
    Calling one of the Libraries e.g., LibraryX may be sufficient to indicate to most users that it is somewhere they should not be venturing?
    Setting a up a 'second' [in name at least] App Store frankly beggars belief.
    It may well be the policy to be working toward a device wide OS with everything ultimately available from iTunes? In the interim it would be useful to differentiate between Mac Applications and iOS Apps without folk having to add their own expression in the interests of clarity.
    Sorry to wander off topic but, IMO, this is another example of flawed thinking.

  • I have changed my apple id email address but i cant change the id address for my icloud account on my iphone? how do i do that?

    i have changed my apple id and password but it hasnt changed on my icloud account and i cant seem to chage it on my iphone. how do i change it from my old email id address to my new one?

    Welcome to the Apple community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    When you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.

  • Can't change the "from" address when I send an Email.

    I have recently changed my email address but my iPhoto is still trying to use my old one.  I thought I should be able to use the drop down to select the other address but only the old one shows.  I have checked my Address Book, Email Accounts, and iPhoto Preferences.  I can't seem to change my default email address anywhere so that my default reflects the new email account.
    Has anyone seen this and better yet, fixed it?  Any help is greatly appreciated.
    Rob

    Thanks Eric.  That did the trick.  I must have looked through the preferences 4 times.  I had deleted my old Mobile Me account out of there, but I didn't see the "Email" account.  I deleted it and set up the iCloud account and it worked great.
    Rob

  • Change the reply address for webmail

    Hi,
    I have three domains on my mailserver. Two are local host aliases. They all work fine and receive email no problem. They also have some other addresses set in the aliases file and that is fine.
    I just need to get one of the users to be able to reply via one of the local host alias domains rather than the default one.
    Is this possible? Any help would be most welcome.
    Best wishes
    Michael

    the user should login to their webmail, click options,click Personal Information and enter an email address (and full name is also good). This address will show as the reply address.
    jeff

Maybe you are looking for

  • How do I connect to my mac remotely?

    Hello, I'd like to connect to my iMac 7 remotely from my MacBook Air.  I search the internet for answers and found some, but most of the options required a new app and were more intended for IT support, like "Apple remote Desktop".  I wonder if there

  • Video Organizer

    Does anyone know of any programs which are meant to organize videos?  By that I mean an iTunes/rhythmbox like interface for videos.  You have a library of videos, tagged with metainformation to find and play the videos you want. I havent had to searc

  • Ical to Iphone  ---- missing "to dos"

    Am I missing something obvious -- or is there no way to get the "to dos" list from ical to the iphone m

  • Programming insert row VO,but inner-table no data show?

    We have Master-Detail-Detail ViewObject,when programming insert row three ViewObject,why inner-table UI no data show? [Source Code ZIP files|http://docs.google.com/leaf?id=0B1l5uiKPTIr_ZTQwYTQ1MTMtZWFlMS00YWQ1LWFiZWQtYzNmODIwNDRlZWJk&hl=zh_TW] 1.SmpT

  • Accessing ALL files in a Folder

    hello all... in my program, i need to access "ALL" the files in a specifc folder in my PC and process the same in the program. pls let me know how to access the same... regards.. vishal