Change sender email for submitted Form emails

I built a website for a client using Muse and the Form widget through Business Catalyst. However, now whenever the client gets emails from a submitted form, it says its coming from MY email. How do I change the sender so that they recognize that it's not a personal email from me, but rather a submitted website form. Hope that makes sense!

UPDATE: I just figured it out after having posted this no less than 10 mins ago. Thanks community, your genius overflowed to me and helped me solve my own problem. For anyone who is curious, in the Business Catalyst Admin Console, Under the Site Manager tab in the menu, you simply click "System Email" and the "Set default from email."   I can't believe I missed that, and I call myself a professional. Hope it helps someone else!

Similar Messages

  • Change sender email address for payment advice

    Hi,
    I used FIBF to activate BTE 2040 to allow me email Payment Advice. This is working well and takes the 'Sender' email address from the user master data. I don't want to use the user master data so does anyone know how/where to change the sender email in the code?
    I have copied SAMPLE_PROCESS_00002040 and can implement 2050 if needed but that seems to only modify the text of the mail - not the sender email?
    Thanks.

    accounting Clerks need to be setup

  • I cannot change send emails from iOS5

    Hi all,
    I have an old "mac.com" userID Apple and I made a new "me.com" email address that I use on iCloud.
    Everything works fine, except on my iPhone 4. I cannot send email from my me.com address from the phone.
    I found out that in "Preferences>iCloud>Account" my email is the mac.com userID and not the me.com email address.
    I think the phone tries to send emails using "mac.com" account, therefore the SMTP doesn't match.
    I checked on the iCloud Account Informations on my preference pane of my iPhone and the "mac.com" email address in written in light grey, which means that I am not able to change it.
    Any suggestions?
    Thank you
    G.S.

    Hello,
    Who is your eMail provider, the part after the @ sign?
    In Mail's Window Menu, choose Connection Doctor, any red dots for status, if so what is the message?
    Then click the Show Details button & Check again.

  • Changing sender email address via rewriting rules

    My objective is to change my sender email address. For example, suppose my OCS email address is [email protected] and I would to send an email to [email protected]
    John logs into yahoo mail and would see my mail. Upon opening my email, I would like John to see that the sender email address to be [email protected] so that whenever John replies my mail, the replied mail would go to [email protected] and not to [email protected]
    I read the email admin guide and I configure the Sender rewriting rules within SMTP_OUT. I have key in the following within the Sender rewriting rules: $*@test.abc.com.my,$[email protected]
    I restart the SMTP_OUT services and I check the log files in MIDTIER_HOME/oes/log/um_system/SMTP_OUT/12345
    I found out that the rewriting rules have take effect on one of the lines.
    Then I log into OCS as user Andrew with test.abc.com.my domain and send an email to yahoo.
    I open my yahoo mail, which I receive the email.
    However the sender email address remains unchanged which is [email protected]
    How can I change the sender email domain?
    thanks;
    andrew

    Your observation is very correct in terms of symptoms, not of behaviour. We have numerous ER's there enabling header rewriting, too. Obviously for you, envelope rewriting works well, without to achieve the target you want to address. Please forward your request to Support Services with an Enhancement Request for native header rewriting.
    Otherwise 3 ways:
    1 Milter C-SDK
    2 Milter general
    3 relay accomplishing this task.
    On 2,3 we have samples ready, for 3 in particular for postfix.

  • Change sender address for reports in waas

    Hi all
    when schedule a report and send it by mail to us we receive a mail with sender [email protected], our customer wants to change this
    i have checked the config properties in CM (not CLI) and looked after button of reports but i can't find an option to change this
    please advise?

    It is not a configurable property today. Will be considered as an enhancement request for future releases.

  • How to change connection string for a form created with b1de

    Hi all
    i've created a form using the Code Generator tool ob B1DE
    My question is how can i set the connection string to a different server and database. doing so after the creation wizard has finished?

    Hi,
    Why do you need to change the connection string? What are you calling "connection string for a form"???
    The only connection string I now about is the one used to connect to the UI API... and this one is fixed for all apps in debug mode and given as parameter when your addon is registered in B1.
    The connection string is filled in the code of your generated addon.
    Please go to the main class of your addon, in the main method you have the following code where the connection string is filled either with the command line parameters (release mode) or with the fixed value given by SAP. This code doesn't need to be changed...
            public static void Main()
                int retCode = 0;
                string connStr = "";
                bool diRequired = true;
                // CHANGE ADDON IDENTIFIER BEFORE RELEASING TO CUSTOMER (Solution Identifier)
                string addOnIdentifierStr = "";
                if ((System.Environment.GetCommandLineArgs().Length == 1)) {
                    connStr = B1Connections.connStr;
                else {
                    connStr = System.Environment.GetCommandLineArgs().GetValue(1).ToString();
                try {
                    // INIT CONNECTIONS
                    retCode = B1Connections.Init(connStr, addOnIdentifierStr, diRequired);
    Regards
    Trinidad.

  • Work status change = send email

    Dear all,
    Has anyone setup some sort of functionality where automatically an email is sent out as soon as the work status is changed /updated? Is this at all possible in BPC?
    Any suggestion, hints or tips is more than welcome.
    Thanks,
    Said

    Hi,
    Thanks Said.
    It is in the Step A(first I put step D and later edited later to Step A), we select the owner. By using the two drop down menus, we can specify a number of days prior to the start of, or after the start of the BPF in the step C, the users shall be notified. In the step D, the processes are defined and there we need to select the box for 'Enable Alerts'.
    You also go through the config documents on BPC as well BPF for better understanding.
    help.sap.com/bp_bpcv151/BBLibrary/Documentation/BP2_BB_ConfigGuide_EN_DE.doc
    Trust this helps much!
    Cheers!

  • Confirmation for submitted forms

    When someone submits a form that was distributed to them via email, is there a way they can receive a confirmation message to let them know their form was received? Right now, individuals are left wondering...

    If you submit to a server-side script, such as ASP.net or PHP, you can send the submission and respond with a FDF status message or redirect to a URL.
    For online examples:
    http://www.pdfemail.net/

  • Changing sender id for mail from vf03

    Hi Experts,
    When I send a billing document from VF03 to a customer, the e-mail address is read from my sap user (SU01). I would like an e-mail address for each billing type, but I don't now how to change "mail_sender" parameters in the smartforms (ZRLB_INVOICE program).
    Can you help me, please?
    sharing piece of code , where i think could make a difference ,
    PERFORM set_print_param USING    ls_addr_key
                                          ls_dlv-land
                                 CHANGING ls_control_param
                                          ls_composer_param
                                          ls_recipient
                                          ls_sender
                                          cf_retcode
    here the sender is is_sender : DATA: ls_sender             TYPE swotobjid.
    swotobjid - structure contains
    LOGSYS
    OBJTYPE
    OBJKEY
    DESCRIBE
    i dunno how it has 2 b changed. right now i guess it's getting filled with user name data from su01.
    Thanks.
    Arun

    Did you check the subroutine set_print_param. This sub routine should tell you the logic on how the data for sender is used. Use your own custom logic to fill the sender.

  • Change send address for calendar reminder e-mails

    I use Apple's calendar on my iMac and IOS devices.   I often have it e-mail a reminder to me.
    The e-mail address being used to SEND the emails is an old one that I do not use and want to get rid of.  But, I can't figure out how to tell calendar to use a different email to SEND reminders to my normal email address.   Is there any way to get Calendar to use a different email to send reminders to me.
    Thanks.
    P.S.  Yosemite runs fine on my 3 year old iMac. And, amazingly enough, IOS 8.2 runs well on my old iPad 2, slow, but it runs well.

    Can you delete the old address in add Invites and enter the new one?

  • Send Email Form InfoPath and Vote for outlook 2010

    Hi all ,
    you know if it is possible to send mail with infopath form (not in attached) by peoplesoft 8.51 and you can change the form with Value peoplesoft. And if it's possbile to send vote outlook by peoplesoft (http://www.technipages.com/outlook-2010-2007-send-a-vote-email.html ) ?
    Thanks in advance.

    Typically, the form submits to a script that formats the
    email and then
    sends it. This script could either be on the same page as the
    form (in
    which case it would only fire if the form has been submitted)
    or it can be
    on a separate page that is targeted in the action attribute
    of the <form>
    tag.
    In the processing script, you would need to build the
    recordset, add the
    password from the recordset to the email and then send it.
    Does that help?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "chris.cavage" <[email protected]> wrote in
    message
    news:gj3hj8$nbu$[email protected]..
    > Hello....
    >
    > I have a php form on my page with an email address
    textfield and a submit
    > button.
    >
    > Upon submitting the form, I want the form to query mysql
    for the email
    > address
    > from the members table. Then email the 'password'
    information to that
    > email.
    >
    > I can create a recordset1 with the sql to select that
    password from the
    > email
    > id.
    >
    > But how can I script the email form?? I am uncertain
    even "where" I type
    > the
    > script. If I highlight the form on my page, can I
    directly type script
    > into
    > the Action box in the properties windows?
    >
    > Any general advice as how to script this out? Thanks!
    >
    > Hope we all had a safe holiday.
    >

  • TS3276 I have recently had a problem with one of my hotmail accounts, some sort of virus sending random emails to people in my address book. Hotmail advised me to change my password for that account, which I did. Why won't mail recognise the new password?

    I have recently had a problem with one of my hotmail accounts, some sort of virus sending random emails from my address book. Hotmail advised me to delete all contacts and change the password for that account, which I did on my laptop running windows XP. The change was successful and I was able to send and receive emails with no problem. I then had to change the account password on my iPhone 4s, which I did and it too was successful but when I came to change the password on my iMac, running the latest version of Lion it would not recognise the new password. I have tried to remove the account details and re-install but every time I go to add new account my old details are in the box. This is very frustrating as I use my iMac for all my profects and I need to access my email. Please help.

    hi guys,
    I had already deleted all reference to the hotmail account in question from the keychain access app, I have also tried to delete and re-instal the account details from within mail. The icon in the side bar dissapears but when I go to Add Account, the old account details are in the new account box. I then input my new password but am told that the server does not recognise it. If I access hotmail via google on the iMac I can get into my account with no problems. I am thinking there must be some other form of security system within the mac software that is blocking the new password. This is driving me nuts. I have been trying to resolve this for the last two days. Thank you for your advise anyway.

  • Send email to all users who have not submitted a form (SharePoint 13, SP Designer 13)

    Hello all, I have been reading posts all day and have not come across the right solution. We have about 2,200 users in our site collection.  I need to design a workflow that sends every one an email with a link to my blank form, then, once a week I
    need the workflow to notify only those users who have not submitted the form.  The part I am having trouble with is querying the users who have not submitted??? is there a way to use the form library data as a data connection and compare it to the data
    in the UPS DB? that's really what I need to do, compare users who have submitted to all users.
    Thanks for any help

    I will suggest to create a timer job (which will run every week) and read library for all submitted form item's created by field and compare with data set which will come from UPS DB. Once these two set is ready,
    use not in clause using LINQ to send email. 
    This is a draft outline solution which came to my mind. Hope, it will help.
    please 'Propose as answer' if it help you, also vote this as helpful if you like this reply.

  • I had a power failure 2 days ago, have power now, but cannot send email from my iPad. Everything was fine before that. The box says cannot send mail, the user name or password for Gmail is incorrect. I haven't changed anything. I need help. Thanks

    Hi
    I had a power failure 2 days ago, my computer is running again, but now I cannot send email from my iPad using Cox or my gmail account. I am receiving mail in my Cox account but not my gmail account.It was working fine until the power failure. It keeps telling me, the user name or password for Gmail is incorrect. I have not changed anything. I don't know what is wrong. Can anyone help me? Thanks

    I agree, unplug and replug your router, then reset your iPad by holding down the sleep and home buttons, ignore the red power down slider, and wait til you see the silver apple. let it reboot and then try your connection.
    Chances are rebooting the router will help. You may also need to talk to cox. They may need to reset something on their end.

  • How do I create a submit button for my form? I would like it to send the completed PDF to an email address

    Hi everyone,
    I recently upgraded to Adobe XI and I can't find a "submit by email" button for my form. I created a button and tried to set up some actions but, I can only get the button to direct the user to a URL. How do I make it send the completed PDF to our designated company email address? I'm not too familiar with JAVASCRIPTS so I haven't tried that plus I heard it may not work with users with adobe reader.
    Any help would be appreciated.
    Thanks,
    Matt

    Thanks for the input. I think you might have a different version of LiveCycle than the copy I have since it looks a little different. However, I found the answer in Adobe help. I had to type "mailto:" before the email address to indicate it's an email and not a URL. See below.
    To collect form data as attachments to email, type mailto: followed by the email address. For example, mailto:[email protected]

Maybe you are looking for

  • Which is the message name of "No Data found" message in Pagination IR ?

    Hello, in IR, in Pagination there exist 2 messages: 1. When more than maximum row data found message : APEXIR_MAX_ROW_COUNT and 2. When No Data Found Message: ??? Which is the name of the 2nd Symbolic Message ? I need it to set its translation global

  • How it is possible to debug the transfer of an order from CRM to ECC

    Hello, how is it possible to debug the coding when a CRM sales order is replicated to R/3? The outbound of SCM APO and/or the inbound of SAP R/3? Thank you in advance.

  • Save in RTF in APEX

    Hi, I am using APEX for data entry. But now I need to save the data in Rich Text Format. How can this be done? Thank you in advance.

  • Bridge E-mail Error

    When I try to access the bridge e-mail I get an error telling me that the bridge is lock, I do not know how to lock the bridge so much less how to unlock it, the weird part is everything else in the bridge works. I tried to erasing the bluetooth on b

  • PP CC 2014 (V8) OMFs seemed to be different.

    Hope I can explain this correctly. My OMFs are coming into the DAWs in a different way. IN PPCC 2014 (v8) Timeline audio tracks are setup up as standard and in default track setup "use file" So on A1,  for instance,  I can lay down a mono track, ster