Send email without using sender id

Hi all,
Is it possible to send email without using sender id?
Thanks in advance

nvv wrote:
I m not asking this for spam. Actualy I m developing software that sends mail to many contacts. If i use sender address then they can use others like gmail, yahoo, or something like that instead.Sounds like spam software to me.

Similar Messages

  • How To Send Email Without using password

    Hi Everyone
    I have Requirement like the one below
    1)i have to send emails without authentication is it possible? If yes please give me sample code

    1)i have to send emails without authentication is it possible?It is possible if the mail server you are connecting to doesn't require a password. This is most* unlikely.
    If yes please give me sample codeJust don't set the password, this is not rocket science.

  • Submit by Email Without Automatically Sending Email???

    I'm trying to distribute a form that will "submit by email" when the user is finished filling it out. Then when our admin receives the form, have it automatically ask what dataset to add it to.
    This works fine, EXCEPT when the user submits the form, it automatically sends the email right away - straight to the Outlook "Outbox" folder. I want it to create the email (with PDF attachment), but wait for the user to hit send. This is so they can attach additional files to the email or add comments to the body of the email.
    Right now this doesn't seem possible. I can send it without using the "Distribute Form" option in the menus, but then the popup asking what dataset to add it to doesn't appear.
    Any ideas?

    Sure thing, Zoe. Thanks for asking.<br /><br />I've set it up a couple of ways, testing them, and they both seem to work the same way. I currently have it set up with a generic button, type "Button", control type "Submit" with "Submit to URL:" set to "mailto:<emailaddress>" and "Submit as" set to PDF in the Submit tab.<br /><br />I've also used a "Email Submit" button for this, with the email address and subject line set appropriately. Both of these methods seem to work the same way. I haven't tried an "HTTP Submit" button method yet, but I would presume it to work the same also.<br /><br />Any ideas? Thanks for the help.

  • Is there a way to send email without opening Mail.app?

    Hello,
    I would like to be able to send email using either an Applescript or a shell script that would send email without opening Mail.app. The ideal solution would be using an account and settings (such SSL encryption of my password) that are stored in mail.app. However, if that is not possible, I could set up another email account to be used just for the purpose I have in mind so I don't have to worry about my password being exposed in clear text.
    I've seen Applescripts that open Mail.app and then hide it in the background but the key requirement for my particular need is that Mail.app never open during the send process. I synchronize my email between my iMac and my Powerbook using Chronosync so it is critical that none of the files that store or index the actual mail in Mail.app be opened so as not to alter their modification dates.
    Thank you,
    James

    If you upgrade to 10.4 there is a widget that will let you compose and send mail without opening Mail.
    Here's two other options.
    1. Does your isp have a web based email?
    2. Download a program like thunderbird for email. When you configure it end phony information for incoming mail and only fill in the correct infor for outgoing mail.

  • I am having problems sending emails when using apps. I dont receive any emails when I try to send documents such as pdf or pictures. I tried sending it to my other email account but I don't get any email. What is wrong?

    I am having problems sending emails when using apps. I dont receive any emails when I try to send documents such as pdf or pictures. I tried sending it to my other email account but I don't get any email. What is wrong?

    System Preferences > Network > your-connection-medium > (Assist me) > ( Diagnostics )
    This sometimes provides additional helpful information, sometimes not so much.

  • Send email without opening mail app

    Hi
    So how can I send email without opening mail app.
    From: Overview of requested additional functionality, Ayuba Audu
    Hi Peter,
    There are a couple of services available that support sending emails via REST API calls. Of course, each such service requires a WADL connector to be created, but by taking advantage of resources such as the early alpha of our
    WADL Generator, along with
    our documentation, one will be enabled to do this.
    This way you do not need to have the Mail application available, on the machine the app is running on.
    Thanks.
    Hi Ayuba
    I guess the comment above was mentioned for this thread. If so can you please share a simple example file here or anywhere elese?
    Thanks

    Basically all I'm trying to do is to build an app for multiple users in one company. Each employer (user) is stored in collection with their password and email address. To get access to man screen of the app, employee must login in login screen. Chose his
    name and type the password. I want to add a button for forgotten password so in case one of the employee would forget his password he can click on the button and receive on his email his password. The email what he will get would be for example from
    [email protected] with mail body : your password is 12345.
    So is that what you meant I can do with WADL generator?

  • I run DeviceDemo sample to send email, when click send email button after f

    I run DeviceDemo sample to send email, when click send email button after filling all fields, it took me to EverNote application, can not send email. does anyone has this kind experience? how to fix it?

    Hi,
    ADF Mobile cannot directly send emails as this is a security precaution of your mobile phone (imagine all applications could send mails without you confirming). Instead the send mail functionality launches the mail client you have configured and fill in the information you provided in the application. The mail function by the way is implemented through Cordova.
    Frank

  • When sending email message appears "sending the message failed because you exceeded your sending limit. A copy has been placed in you outbox"

    When sending email message appears "sending the message failed because you exceeded your sending limit.  A copy has been placed in your outbox"

    Who's the provider? Do they have a limit?
    https://discussions.apple.com/message/22929931#22929931

  • TS3899 when i send email, it also sends 1 to me. i have BCC to myself turned off. any ideas? thanx

    when i send email, it also sends 1 to me. i have BCC to myself turned off. any ideas? thanx

    There are a lot of posts in the forums today with people having problems with iMessage.   There was also a published outage yesterday, so it's possible there are still some issues that may be impacting you both.
    I would just wait it out - I'm sure it will be sorted out soon.

  • How to send the email without using SOST

    Hiiiiii Every1,
    What i m usiing is SO_NEW_DOCUMENT_SEND_API1 FM to send the email to internet add. as well as SAP User.
    The Problem is that i have to go to SOST to send the  Pending mails. and send the jobs manually.
    Then it works all right.
    What i want that i don't wnat to send this jobs/ emails mannually by going to SOST..
    Is it possible to do it without using SOST.

    hi
    i am not sure but give this code a try
    REPORT YEMAIL.
    TABLES: USR02.
    DATA: C(15).
    DATA: SENT LIKE SONV-FLAG.
    DATA: EMAIL_ID LIKE SOFOLENTI1-OBJECT_ID.
    DATA: BEGIN OF EMAIL_DATA.
            INCLUDE STRUCTURE SODOCCHGI1.
    DATA: END OF EMAIL_DATA.
    DATA: BEGIN OF EMAIL_SEND OCCURS 10.
            INCLUDE STRUCTURE SOMLRECI1.
    DATA: END OF EMAIL_SEND.
    DATA: BEGIN OF EMAIL_TEXT OCCURS 10.
            INCLUDE STRUCTURE SOLISTI1.
    DATA: END OF EMAIL_TEXT.
    PARAMETERS: ALL__CLI RADIOBUTTON GROUP RADI.
    PARAMETERS: THIS_CLI RADIOBUTTON GROUP RADI.
    PARAMETERS: SELECT__ RADIOBUTTON GROUP RADI.
    SELECT-OPTIONS SEND_TO FOR C NO INTERVALS.
    SELECTION-SCREEN SKIP.
    PARAMETERS: SUBJECT(30).
    SELECTION-SCREEN SKIP.
    SELECTION-SCREEN COMMENT /1(20) TEXT-999.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L1(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L2(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L3(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L4(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L5(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L6(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L7(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L8(84).
    SELECTION-SCREEN END OF LINE.SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: L9(84).
    SELECTION-SCREEN END OF LINE.
    EMAIL_TEXT-LINE = L1.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L2.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L3.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L4.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L5.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L6.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L7.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L8.
    APPEND EMAIL_TEXT.
    EMAIL_TEXT-LINE = L9.
    APPEND EMAIL_TEXT.
    EMAIL_DATA-OBJ_NAME = 'MESSAGE'.
    EMAIL_DATA-OBJ_DESCR = SUBJECT.
    EMAIL_DATA-OBJ_LANGU = 'E'.
    EMAIL_DATA-SENSITIVTY = 'P'.
    EMAIL_DATA-OBJ_PRIO =  '1'.
    EMAIL_DATA-NO_CHANGE = 'X'.
    EMAIL_DATA-PRIORITY = '1'.
    BREAK-POINT.
    IF SELECT__ = 'X'.
      LOOP AT SEND_TO.
        EMAIL_SEND-RECEIVER = SEND_TO-LOW.
        EMAIL_SEND-REC_TYPE = 'U'.
        EMAIL_SEND-EXPRESS = 'X'.
        APPEND EMAIL_SEND.
      ENDLOOP.
    ELSEIF THIS_CLI = 'X'.
      SELECT * FROM USR02.
        IF USR02-USTYP = 'A' AND USR02-BNAME NE 'SAP*'
        AND USR02-BNAME NE 'DDIC'.
          EMAIL_SEND-RECEIVER = USR02-BNAME.
          EMAIL_SEND-REC_TYPE = 'U'.
          EMAIL_SEND-EXPRESS = 'X'.
          APPEND EMAIL_SEND.
        ENDIF.
      ENDSELECT.
    ELSEIF ALL__CLI = 'X'.
      SELECT * FROM USR02 CLIENT SPECIFIED.
        IF USR02-USTYP = 'A' AND USR02-BNAME NE 'SAP*'
        AND USR02-BNAME NE 'DDIC'.
          EMAIL_SEND-RECEIVER = USR02-BNAME.
          EMAIL_SEND-REC_TYPE = 'U'.
          EMAIL_SEND-EXPRESS = 'X'.
          APPEND EMAIL_SEND.
        ENDIF.
      ENDSELECT.
    ENDIF.
    BREAK-POINT.
    EXIT.
    CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
         EXPORTING
              DOCUMENT_DATA              = EMAIL_DATA
              DOCUMENT_TYPE              = 'RAW'
              PUT_IN_OUTBOX              = 'X'
         IMPORTING
              SENT_TO_ALL                = SENT
              NEW_OBJECT_ID              = EMAIL_ID
         TABLES
              OBJECT_CONTENT             = EMAIL_TEXT
              RECEIVERS                  = EMAIL_SEND
         EXCEPTIONS
              TOO_MANY_RECEIVERS         = 1
              DOCUMENT_NOT_SENT          = 2
              DOCUMENT_TYPE_NOT_EXIST    = 3
              OPERATION_NO_AUTHORIZATION = 4
              PARAMETER_ERROR            = 5
              X_ERROR                    = 6
              ENQUEUE_ERROR              = 7
              OTHERS                     = 8.
    regs
    Arun

  • How to send the email without using server side (Php, java)

    How to send the (Run time image or file) Email & Attachment in Flex web application. without using php, java.

    Well, at some point your email needs to be handed over to an SMTP server. It's a fair amount of work, but if you want to just send an email you could open a socket to a mail server's SMTP port and follow the SMTP protocols to send your email.
    ActionScript sockets: http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9 b90204-7cf7.html
    SMTP protocol: http://tools.ietf.org/html/rfc821
    -- Tom

  • How can I set up email so I can send iPhoto without using a .mac account?

    Hello!
    I am trying to send an iPhoto via email. Since I do not want to set up the .mac account yet, how do I correctly set the email send and receive perimeters? POP?
    I want to use my yahoo email.
    Thanks!
    Powerbook G4   Mac OS X (10.4.4)  

    Thanks again Allan.
    I figured out the AOL iChat LATE last night.
    I finally got my email up and running. I called Cox to get the correct POP and SMTP addresses. It still wasn't sending, I spoke with Apple who confirmed I had all my perimeters set up correctly. Back to Cox. After a couple frustrating hours, the only reason the email was not sending was that Cox did not support the SSL that I had checked off.
    The great thing about Mac (which I kept overlooking) was when I was trying to send my email, it was giving me hints for example the error message smtp.etc is not connecting with the SSL. I could have saved myself some trouble by unchecking that and testing it earlier.

  • Sending mails without using sendmail service. Is that possible?

    Hi all,
    I am considerably new to Solaris.
    I have a query,
    Is it possible to send mails out without using sendmail service?
    If so how can they be implemented in,
    Solaris 7?
    Solaris 8?
    Solaris 9?
    If it is not possible, are there any workarounds to achieve this or else this cannot be implemented at all?
    It would be really great if someone could shed light on this query.

    Your question is a little ambiguous. However, I will try to answer it.
    You need to use a program to send the email for you. On Solaris by default this is sendmail. However, it can be used in a number of modes.
    1. It can be run as a daemon, listening on port 25 for new messages to be delivered to it.
    This is enabled by default but is not necessary for sending email. If you wish to switch sendmail off as a service in Solaris10 then you should type 'svcadm disable svc:/network/smtp:sendmail'. If you wish to switch it off on earlier Solaris releases you will need to move/erase the startup script in either /etc/rc2.d or /etc/rc3.d.
    2. It can be run in 'immediate mode' to send mail immediately.
    This allows you to send a mail directly to someone. On a normally configured sendmail instance it will try to deliver the mail immediately - if the server at the other end is unavailable, the mail will be queued locally to be potentially delivered at a later date.
    3. It can run in delivery only mode to attempt to send queued mail
    Queued mail will not automatically get processed. Sendmail needs to run at a later date to attempt to deliver any queued mail. This can either be done via cron using 'sendmail -q' or sendmail can be left running the whole time and told to rerun the queue in given periods ie 'sendmail -q15m'
    There are alternatives to sendmail for delivering mail - postfix, exim, qmail are just three examples. I would advise against trying to deliver mail without using a specific mail agent to do it. Whilst the SMTP mail protocol is pretty simple in basic use cases the protocol does get complex. There is no real downside in using an established program.
    HTH.

  • Send email without user having to press send

    Hello
    I am new to Captivate and was wondering if there was a way to
    send an email without the user having any input; specifically I
    want to send the results of a quiz to an email account of my
    choosing without the user having to press send, so this requires a
    bit more than a mailto. In Flash I would achieve this by getting
    the info into Javascript and then using PHP to send the email. I am
    sure that this would work for Captivate too, but I was wondering if
    there is any nifty inbuild way to do this?

    Hi frosted,
    If you have a subscription to Adobe PDF Pack or Adobe SendNow, you can share, send, and track PDF files using the Send feature. It would allow you to send the PDF file to your recipients without you having to worry about formatting being lost (of course, your recipients will need the free Adobe Reader to preview the PDF). This feature is also available from within Acrobat and Reader if you have a subscription.
    The other option is to simply attach the PDF using whatever email client you have.
    I hope this helps.
    Best,
    Sara

  • Basic button or hyperlinked text to send email without form

    Hi
    I am relatively new to LiveCycyle Designer (included with my copy of Acrobat Pro ), and I am working on a form in which I am trying to set up a basic button (or text hyperlink) for the user to click on, to contact me by email for information.
    I don't want to submit or attach the form/data from the form. I've tried scripting a "mailto:" item (for example using gotoURL), but on clicking the button, it doesn't work. So far, every solution I've found attaches the form, and I can't figure out how not to attach it.
    Is there any way to script a button or hypertext email launch using mailto: without also attaching the form or data?
    UPDATE: I think I found the answer:
    xfa.host.gotoURL ("mailto:[email protected]")
    So, no further help needed.
    Kind Regards,
    Stephen

    If you upgrade to 10.4 there is a widget that will let you compose and send mail without opening Mail.
    Here's two other options.
    1. Does your isp have a web based email?
    2. Download a program like thunderbird for email. When you configure it end phony information for incoming mail and only fill in the correct infor for outgoing mail.

Maybe you are looking for

  • Wi-Finetworks are not saved as Known Networks

    Hello everybody! I recently updated my iPhone to 1.1.3 software and I have noticed that the networks I have joined before are not saved anymore, which is very annoying because I have to enter the password every time I want to join to any "known" netw

  • Scope from variable

    I work with servlets some time, but I don't understand the scope from variable not complete. Like in JSP with Beans you can store objects in differnt scope: 1. request: --> variable within function (get/post) 2. session: --> HttpSession Object 3. pag

  • UDF to populate soap message

    Hi all, We are doing soap interface. In that in one mapping we have to call Business Service and Communication Channel (SOAP adpter). Use the input to the UDF to create and populate soap message to be sent. How can we achieve this and please give me

  • IWeb not opening

    Added a new podcast tonite to my webpage & iTunes. All seems fine. I then ran a backup for iWeb (that didn't seem to run properly) & now when I try to open iWeb, it won't open & I get a message that says, "index.xml file is missing." "Can't open file

  • Alarm set to go off every hour of the day, how do I do this?

    I want to have a reminder/alarm every hour of the day once it hits the new hour mark, how do I do this? I went into clock and it lets me set an alarm but my only repeat option are the same time every day, not the same alarm every hour at the top of t