'?' Character in mail body sent through oracle

Hi,
I have a stored procedure(oracle 9i) which sends out the mail to people using utl_smtp. but when the mail is recieved, some characters like '-', ' are replaced with '?' in the mail body.
Plz let me know how can i correct it. Any help is greatly appreciated.

If you are not doing already you could try writing the data as raw text
eg
utl_smtp.write_raw_data(c,utl_raw.cast_to_raw(utl_tcp.CRLF||mail_text));
This tends to keep french accents intact - so may work

Similar Messages

  • Sending an SMS or Mail to mobiles  through Oracle

    hi,
    We have created a proc through which we can send a mail to our MailId. but my requirement is we need to send this mail as an SMS to mobiles through oracle.
    Our code goes some thing like this:
    CREATE OR REPLACE PROCEDURE "EMAIL_ALERT" (v_From VARCHAR2,
    v_Recipient VARCHAR2,
                   v_Subject VARCHAR2,
    v_Mail_Host VARCHAR2,
    v_message VARCHAR2) AS
    v_Mail_Conn utl_smtp.Connection;
    crlf VARCHAR2(2) := CHR(13)||CHR(10);
    v_Recipient1 VARCHAR2(50):='[email protected]';
    v_Recipient2 VARCHAR2(50):='[email protected]';
    v_Recipient3 VARCHAR2(50):='[email protected]';
    BEGIN
    v_Mail_Conn := utl_smtp.Open_Connection(v_Mail_Host,25);
    utl_smtp.helo(v_Mail_Conn,v_Mail_Host);
    utl_smtp.Mail(v_Mail_Conn, v_From);
    utl_smtp.Rcpt(v_Mail_Conn, v_Recipient);
    utl_smtp.Rcpt(v_Mail_Conn, v_Recipient1);
    utl_smtp.Rcpt(v_Mail_Conn, v_Recipient2);
    utl_smtp.Rcpt(v_Mail_Conn, v_Recipient3);
    utl_smtp.DATA(v_Mail_Conn,
    'Date: ' || TO_CHAR(SYSDATE, 'Dy, DD Mon YYYY hh24:mi:ss') || crlf ||
    'From: ' || v_From || crlf ||
    'Cc:' ||v_Recipient1|| crlf ||
    'Cc:' ||v_Recipient2|| crlf ||
    'Cc:' ||v_Recipient3|| crlf ||
    'Subject: '|| v_Subject || crlf ||
    'To: ' || v_Recipient || crlf || crlf ||
    'Hi,'|| utl_tcp.crlf
    ||' '||CHR(13)||
    v_message|| utl_tcp.crlf
    ||' '||CHR(13)||
    'Thanks and Regards'|| utl_tcp.crlf||
    utl_tcp.crlf
    utl_smtp.Quit(v_mail_conn);
    EXCEPTION
    WHEN utl_smtp.Transient_Error OR utl_smtp.Permanent_Error THEN
    RAISE_APPLICATION_ERROR(-20000, 'Unable To Send Mail: '||SQLERRM);
    END Email_Alert;
    Assuming the mobile number to be 9197016944444 where 91 represent the country code . please advice.
    Regards
    Edited by: vine on Apr 16, 2010 5:24 AM

    vine wrote:
    EXCEPTION
    WHEN utl_smtp.Transient_Error OR utl_smtp.Permanent_Error THEN
    RAISE_APPLICATION_ERROR(-20000, 'Unable To Send Mail: '||SQLERRM);
    END Email_Alert;Ugly. What you are doing here is taking a meaningful exception and making it meaningless. The caller knows that the send mail fail. It is after all getting a raised exception in response.
    What is important for the caller is to evaluate the error. Determine a) what happened and then b) determine what to do about it.
    The what happened is determined from the exception error code. Only, you now went and changed the meaningful application error code to -20000.
    Do not make exceptions meaningless!
    >
    Assuming the mobile number to be 9197016944444 where 91 represent the country code . please advice.Advice exactly what? You cannot send a SMS via e-mail.
    What you can do is send a specially formatted e-mail (specific recipient/subject) to a mail server, where this mail server has special code/plug-ins/processes that can reformat the e-mail as a SMS and then forward it to a SMS gateway server that can pass it to the cellular provider's network for processing and delivery.
    Do you have such a mail server? Does it interface with a SMS Gateway (or similar) server?

  • Spam mail being sent through our XServe

    We run a Mac OSX Server (updated to 10.4.7) on an Xserve and we currently have an issue where we are having spam email sent through our system. This has only started to happen recently, and our Mac OSX server has been handling our email happily for well over 3 years now. We have noticed that all of the emails that are being sent are being queued in our mail server and are being sent from the address:-
    [email protected] (our domain)
    We have checked our mail accounts and checked our postfix alias file and cannot see any accounts that should not be there. I saw a similar post about this relating to 10.3 server which asked to check the /tmp folder for any suspect php scripts. We have done this and can't see anything out of the ordinary.
    One thing that we have noticed is that our main email address, ([email protected]) will receive a spam email where the contents of this mail are hundreds of aol.com addresses. Shortly after receivng this email, we then discover that our mail queue is populated with a lot of spam messages addressed to aol users. We are running 10.4.7 with all the latest patches and security updates, as well as AWL stats 6.5 (latest version) and webmail (SquirrelMail). Although posters have pointed in the past to AWL stats as being insecure, we have been assured that AWL stats 6.5 is secure and should not be the cause of the problem.
    Has anybody else seen this behaviour, and know what to do to resolve it? We have also seen this entry in our system log and don't know if this is anything to do with the problem:-
    sudo: root : TTY=unknown ; PWD=/ ; USER=cyrusimap ; COMMAND=/usr/bin/cyrus/bin/cyrus-quota -r
    Hoping someone can shed some light on this. Thanks in advance.
    Paul
    PowerBook G4 17"   Mac OS X (10.4.6)   XServe, XServe RAID
    PowerBook G4 17"   Mac OS X (10.4.3)  
    PowerBook G4 17"   Mac OS X (10.4.3)  

    Hi Alex,
    It is just the webmail that we have turned off and since doing so no more spam has hit us. Our users can not chnage there passwords although I have changed them since your original post to something completely differnt and Alphanumeric. I have added the line you suggested to our syslog.conf so hopefully this will help. Below is the mail log file with all the spam.
    ===== Display starts at offset 210803681 within file of length 210934753. ====
    ===== Use File->Reload (Cmd-R) to display more. ====
    , status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DB2A3B7040: to=<[email protected]>, relay=none, delay=1869, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DC568B72AC: to=<[email protected]>, relay=none, delay=1122, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: DD029B7097: to=<[email protected]>, relay=none, delay=1862, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E288AB719E: to=<[email protected]>, relay=none, delay=1484, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E4503B71FB: to=<[email protected]>, relay=none, delay=1345, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E4503B71FB: to=<[email protected]>, relay=none, delay=1345, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1) http://postmaster.info.aol.com/errors/554rlyb1.html)
    Jul 1 03:12:20 mailgate postfix/qmgr[810]: E4503B71FB: to=<[email protected]>, relay=none, delay=1345, status=deferred (delivery temporarily suspended: host mailin-03.mx.aol.com[64.12.138.57] refused to talk to me: 554 (RLY:B1)

  • E-mail translation sent through the cProject

    Bom dia,
    In cProject there is a process that sends e-mail to resource. The steps to do that are:
    first: tab "resources";
    afterwars: tab "staffing";
    than: choose the person and "push" the button "e-mail to resource".
    So, I've to translate this e-mail, in fact I've to translate the text. My question: How do I do that ??? ... maybe this action has to be done through custominzing, but I didn't find any documentation about that.
    Thanks,
    Obrigado,

    Hi Marcio,
    this can be done in the customizing for different languages (-> SPRO -> cProjects -> Ressource Management -> Basic settings... -> Assign forms...)
    Making Settings for Sending E-Mails and Groupware
    In this activity, you include SAP Smart Forms as templates for e-mails and groupware tasks in Resource Management.
    You can send the templates that you define in this activity to the assigned resources or their
    managers directly from the person and task assignment functions in the Resource
    Management application.
    Prerequisites
    You can send e-mails from the application provided that your browser supports the
    creation and sending of e-mails (such as Netscape) or calls an e-mail program when
    you click the mail-to function (such as Internet Explorer).
    The forms are located in client 000 in the standard system. Before you can use the
    forms, you must first copy all texts beginning with PRP* to the current client via a client
    copy. Call transaction SO10 &#8594; Utilities &#8594; Copy from Client.
    Procedure
    1. To get an overview of the forms that SAP provides for using in project resource
    planning, in Customizing for Collaboration Projects, open the activity Resource
    Management &#8594; Basic Settings for Resource Management &#8594; Assign Forms for E-Mail and Groupware Communication.
    2. To adapt the forms to your requirements, proceed as follows:
    a. Open the smartforms transaction.
    b. Enter the Form that you want to change.
    c. Choose Change.
    d. Make the required changes and save the form.
    3. Make the settings in Customizing for Collaboration Projects under Resource
    Management &#8594; Basic Settings for Resource Management &#8594; Assign Forms for E-mail and Groupware Communication. The changed forms are available here.
    For more information, see the documentation in this IMG activity.
    Please reward points if answer is useful.
    Best regards, Daniel

  • Is there any limit of character that can be sent as body of the mail ?

    Hi,
    we are in exchange 2010 server environment. Is there any limit of character that can be sent as body of the mail ?
    Sankar M http://messagingdevelopment.blogspot.in/

    Hi Munirathinam,
    We can use transport rule and content filtering to implement this function, for example "SubjectOrBodyContains" or "
    FromAddressContains". More details about it, please refer to:
    Transport Rule Predicates:
    http://technet.microsoft.com/en-us/library/dd638183(v=exchg.141).aspx
    Understanding Content Filtering:
    http://technet.microsoft.com/en-us/library/bb124739(v=exchg.141).aspx
    Best Regards,
    Allen Wang

  • Send mails with csv file as an attachment through oracle(SQL SCripts / Stor

    Hello Everybody,
    I have recently come across a requirement in which I am supposed to send mails with csv file as an attachment through oracle(SQL SCripts / Stored Procedure) .
    The contents of the csv file are to be retreived from the Database as well as the content of the mail and to whom it needs to be sent has also to be picked up from the database.
    Can somebody suggest me with a suitable code for the same?
    Would be of great help..!!
    Thanks & Regards,
    - VR
    Edited by: user646716 on Dec 18, 2009 10:44 AM

    read below links
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:255615160805
    http://www.orafaq.com/wiki/Send_mail_from_PL/SQL#Send_mail_with_UTL_TCP_-withattachments
    How to send csv file as an attachment

  • Sending E-mail Through Oracle Forms

    Hi all
    what i want is as the following:
    1- i would like to convert the report to the PDF file internally using code.
    2- open the outlook.
    3- attcah the PDF automatically to the e-mail.
    4- finally sending the e-mail though outlook
    could i do that in Oracle forms 6i if i could do that can anyone instruct me to do it step by step

    Oh...it's now called ["My Oracle Support"|https://metalink.oracle.com/] .
    There's a note on "My Oracle Support" on this item.
    This is the note:
    Subject:      OLE AUTOMATION: Example Sending a Mail From Forms to Outlook
           Doc ID:      119828.1      Type:      BULLETIN
           Modified Date :      02-SEP-2008      Status:      PUBLISHED
    PURPOSE
    This document contains a sample code how to send an e-mail from Forms to Outlook
    (97-2000). 
    SCOPE & APPLICATION
    It can be used in addition of the whitepaper "Cracking Outlook!", which explains
    the object model of Outlook in detail.
    (Have a look in the Technical Libaries Folder Forms Whitepaper, their you can
    find it)
    OLE: Forms to Outlook
    Object Model
    "Cracking outlook!" explains the Object Model, you can find additional
    information in the Visual Basic Help of Outlook, which must be installed from
    your Office CD-Rom.  Once installed, you can access the help
    by choosing Tools->Macro->Visual Basic Editor and then go to the Help or
    Object Browser (view -> Object Browser)
    Now you can retrieve the Objects, their Methods and Properties. 
    Eg: the 'Application' Object has the Method 'CreateItem'.
    Note this information is also available in MSDN library or if you require more
    information on this Microsoft has to be contacted.
    OLE2, CLIENT_OLE2 Package
    Once you know the Objects, Methods and Properties you can access them with the
    OLE2 package.  This package provides a PL/SQL API for creating, manipulating,
    and accessing attributes of OLE2 automation objects.  When using OLE2 with
    WebForms every call will be executed on the midtier and not on the client. 
    So alternatively, the CLIENT_OLE2 package can be used, that is delivered by
    Webutil, to execute the OLE code on the client.
    Examples
    Once you know the Outlook Object model and you know the functions of the OLE2
    or CLIENT_OLE2 package you can write your own OLE2/CLIENT_OLE2 code to send a
    mail via Outlook.
    Here below are 2 different ways of sending an email using Outlook. 
    Sample 1:
    OLE2 sample: Here a MailItem is created, then the Recepient is explicitely
    added and resolved.  The mailItem is saved before being sent.
    Declare
    /*declaration of the Outlook Object Variables*/
    application ole2.OBJ_TYPE;     
    hMailItem ole2.OBJ_TYPE;
    hRecipients ole2.OBJ_TYPE;
    recipient ole2.OBJ_TYPE;
    nameSpace OLE2.OBJ_TYPE;
    /*declaration of the argument list*/ 
    args OLE2.LIST_TYPE;          
    begin
    /*create the Application Instance*/
    application:=ole2.create_obj('Outlook.Application');          
    /* create namespace and login */
    args:=ole2.create_arglist;
    ole2.add_arg(args,'MAPI');
    nameSpace:=ole2.invoke_obj(application,'getNameSpace',args);
    ole2.destroy_arglist(args);
    ole2.invoke(nameSpace,'Logon');
    /*create a Mail Instance by calling CreateItem Method and giving argument 0 with
    it,
    you can find the item types in the explanation of the CreateItem Method
    (0=olMailItem,1=olAppointmentItem, ?)*/
    args:=ole2.create_arglist;                         
    ole2.add_arg(args,0);
    hMailItem:=ole2.invoke_obj(application,'CreateItem',args);
    ole2.destroy_arglist(args);
    /*Get the Recipients property of the MailItem object: 
    Returns a Recipients collection that represents all the Recipients for the
    Outlook item*/
    args:=ole2.create_arglist;
    hRecipients:=ole2.get_obj_property(hMailItem,'Recipients',args);
    ole2.destroy_arglist(args);
    /*Use the Add method to create a recipients Instance and add it to the
    Recipients collection*/
    args:=ole2.create_arglist;
    ole2.add_arg(args,'[email protected]');
    recipient:=ole2.invoke_obj(hRecipients,'Add',args);
      /* put the property Type of the recipient Instance  to value needed
    (0=Originator,1=To,2=CC,3=BCC)*/
    ole2.set_property(recipient,'Type',1);
    ole2.destroy_arglist(args);
    /*Resolve the Recipients collection*/
    args:=ole2.create_arglist;
    ole2.invoke(hRecipients,'ResolveAll',args);
    /*set the Subject and Body properties*/
    ole2.set_property(hMailItem,'Subject','Test OLE2 to Outlook');
    ole2.set_property(hMailItem,'Body','this is body text');
    /*Save the mail*/
    ole2.invoke(hMailItem,'Save',args);
    ole2.destroy_arglist(args);
    /*Send the mail*/
    args:=ole2.create_arglist;
    ole2.invoke(hMailItem,'Send',args);
    ole2.destroy_arglist(args);
    /*Release all your Instances*/
    release_obj(hMailItem);
    release_obj(recipient);
    release_obj(hRecipients);
    release_obj(nameSpace);
    release_obj(application);
    end;
    Sample 2
    CLIENT_OLE2 sample.  Here a MailItem is created with an attachment and directly
    sent.
    Declare
    objOutlook CLIENT_OLE2.OBJ_TYPE;
    objMail CLIENT_OLE2.OBJ_TYPE;
    objArg CLIENT_OLE2.LIST_TYPE;
    objAttach CLIENT_OLE2.OBJ_TYPE;
    nameSpace CLIENT_OLE2.OBJ_TYPE;
    BEGIN
    objOutlook := CLIENT_OLE2.CREATE_OBJ('Outlook.Application');
    /* create namespace and login */
    args:=client_ole2.create_arglist;
    client_ole2.add_arg(args,'MAPI');
    nameSpace:=ole2.invoke_obj(objOutlook,'getNameSpace',args);
    client_ole2.destroy_arglist(args);
    client_ole2.invoke(nameSpace,'Logon');
    -- Previous example usually used 'mapi.session' but this doesn't work correctly
    --anymore.
    objarg := CLIENT_OLE2.CREATE_ARGLIST;
    CLIENT_OLE2.ADD_ARG(objarg,0);
    objMail := CLIENT_OLE2.INVOKE_OBJ(objOutlook,'CreateItem', objarg);
    CLIENT_OLE2.DESTROY_ARGLIST(objarg);
    objAttach := CLIENT_OLE2.GET_OBJ_PROPERTY(objmail, 'Attachments');
    objarg := CLIENT_OLE2.CREATE_ARGLIST;
    CLIENT_OLE2.ADD_ARG(objarg,'c:\temp\test.txt'); -- filename
    CLIENT_OLE2.SET_PROPERTY(objmail,'To','[email protected]');
    CLIENT_OLE2.SET_PROPERTY(objmail,'Subject','Email sent from Oracle Forms 9i');
    CLIENT_OLE2.SET_PROPERTY(objmail,'Body','This is an email that was sent using
    CLIENT_OLE2 from Oracle forms 9i');
    CLIENT_OLE2.INVOKE(objattach, 'Add', objarg);
    CLIENT_OLE2.INVOKE(objmail,'Send');
    CLIENT_OLE2.RELEASE_OBJ(objmail);
    CLIENT_OLE2.RELEASE_OBJ(nameSpace);
    CLIENT_OLE2.RELEASE_OBJ(objOutlook);
    CLIENT_OLE2.DESTROY_ARGLIST(objarg);
    END;
    Notes:
    These are just 2 different ways of sending a mail by Outlook and using the
    Outlook Object Model.
    The first example can also be used with CLIENT_OLE2, and the second example can
    also be used with OLE2.
    (just replace every OLE2 to CLIENT_OLE2 or every CLIENT_OLE2 call to OLE2).

  • How to make  the main payload be sent as mail body

    Hi,
    Currently, I want to send out a mail with several attachments by Mail adapter. And <b>the main payload</b> should be sent out as <b>mail body</b> instead of attachment. I know by default, the main payload is also sent as a attachment. So I used the module AF_Modules/MessageTransformBean to make the main payload be sent as mail body instead of attachment. It does work in case there's no attachment to be sent. However if I want to send<b> a mail with several attachments</b> (the attachment is created in my own adapter module using method message.createPayload()), in this case if I use the module AF_Modules/MessageTransformBean, the main payload is sent as mail body , however meanwhile, it is also sent as a attachment. And the attachment I created is also sent as attachment. This is not expected by me. In this case, I wish <b>the main payload</b> is <b>only sent as mail body</b> and <b>other payload</b> created by me as attachment.
    Do you have any idea about it?
    Thanks

    hi
    go through this links:
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter
    /people/michal.krawczyk2/blog/2006/02/23/xi-dynamic-name-in-the-mail-attachment--pseudo-variable-substitution
    Thanks

  • Sending mail attachment through PL/SQL, message not showing in mail body

    Dear All,
    I am sending mail with attachment(pdf file) through oracle.
    file is attached and showing.
    problem is,message is not displaying in message body, it's displaying also in file attachment.
    i want to show message in body.
    mime setting is as follow:
    mesg := mesg || 'Mime-Version: 1.0' || crlf ||
    'Content-Type: multipart/mixed; boundary="' || boundary || '"' ||
    crlf || crlf ||
    'This is a Mime message, which your current mail reader may not' || crlf ||
    'understand. Parts of the message will appear as text. If the remainder' || crlf ||
    'appears as random characters in the message body, instead of as' || crlf ||
    'attachments, then you''ll have to extract these parts and decode them' || crlf ||
    'manually.' || crlf || crlf;
    utl_smtp.write_data(conn,mesg);"
    -- Write the text message or message file or message CLOB, if any
    if (message is not null and length(message) > 0) or
    clob_message is not null then
    mesg := '--' || boundary || crlf ||
    'Content-Type: text/plain; name="message.txt"; charset=US-ASCII' ||
    crlf ||
    'Content-Disposition: inline; filename="message.txt"' || crlf ||
    'Content-Transfer-Encoding: 7bit' || crlf || crlf;
    utl_smtp.write_data(conn,mesg);
    if instr(message,'/') = 1 or instr(message,':\') = 2 or
    instr(message,'
    ') = 1 then
    split_path_name(message,directory_path,file_name);
    append_file(directory_path,file_name,'text',conn);
    utl_smtp.write_data(conn,crlf);
    elsif message is not null and length(message) > 0 then
    utl_smtp.write_data(conn,message);
    if length(message) = 1 or
    substr(message,length(message)-1) != crlf then
    utl_smtp.write_data(conn,crlf);
    end if;
    elsif clob_message is not null then
    append_file(null,'message.txt','text/plain',conn,clob_message);
    end if;
    end if;please help

    dear, when i open this auto generated mail into outlook express, then message is showing properly, but in microsoft outlook 2007, it's showing message as text attachment.
    I appreciate any hint...
    thanx.

  • Emails sent through Mail 7.0 on Mac won't appear in the Sent folder in the Yahoo web browser or the Mail app for iPad.

    It seems that emails I send via Mail on my mac are stored only in Mail's Sent folder. These emails don't appear in the sent folder of Yahoo web browser, iPad Mail app, or the Y! Mail android app..
    I've tested to see whether my emails are actually sending properly, and they are. I just want to know why the Sent messages on my mac aren't appearing anywhere else. I've read similar issues to this but haven't yet found a reason or solution.
    Thanks in advance

    [edit] I dragged the email I sent through the MBP Mail app (under MAILBOXES > Sent > Yahoo!) to the highlighted Sent folder (YAHOO! > Sent), and now it shows up on all Yahoo Sent folders (iPad app, web browser, phone app). Not entirely solved the issue but will use web browser to sent future emails to keep everything in sync.

  • How is the e-mail body text determined when e-mail sent from PO in edit mod

    We have an e-mail that is sent to the supplier when the buyer edits the po then goes to header-output - create and send immediately.   We want to remove the SAP default Salutation
    Best Regards,
    Your Purchasing Company
    The problem is we cannot find where this e-mail body is being created.   Any ideas?
    Sandra

    Hello,
    The email body text that you get at SOST is from the cover form BBP_OUTPUT_COVER.
    When you Order a PO, the following is the text is seen in SOST.
    "&LV_TITLE&
    Please find enclosed the purchase order &IV_PO_HEADER-OBJECT_ID& &IV_PO_
    Kind regards,
    Your purchasing company"
    You can create your own cover form in order to substitute the standard BBP_OUTPUT_COVER.
    Regards,
    Ricardo

  • Yahoo mail sent through Mail app do not appear when login into Yahoo mail

    Hi everybody,
    I have a problem that annoying me very much. I've used Yahoomail for very long before I bought a MBA. For the first time I use Mac OSX, I try to use Mac mail combine with my old Yahoo mail. Actually, I have done the config. But anything I do with my Yahoo mail through Mail app can't appear when I login into original Yahoo mail. For example: I sent a Yahoo mail through Mac mail, it's shown that the mail was sent sucessfully, but when I try to login into Yahoo mail on Web, the sent mail doesn't exist. And the same happen when I do the opposite: the mail I sent on Yahoo mail doesn't exist on Mac mail. It's a big trouble if I use other lap and try to contact with someone. So is there any solution can fix it?
    Many thanks

    I'm having the same problem, and the only help I ever seem to find suggested anywhere is "make sure its set up as an IMAP account"
    BUT it is! Mail automaticly sets all yahoo accounts up as IMAP. So is this just a yahoo problem? Is there anyway to fix this?
    For me the bigger issue isnt that I need to be able to check my e-mail through a web browser regulerly, but on my Iphone and Ipad the account, which is through the mail app, also dosnt show sent mail sent through the mac app.
    I agree this makes mail on my mac totally usless.

  • Stored reference of mail sent through "SO_DOCUMENT_SEND_API1"

    Dear experts,
    I am using  FM "SO_DOCUMENT_SEND_API1" to send mails to external systems in a program for enduser. Now i want to trace which mails are send through this program. Is there any standard table where the reference for sent mails and its return code are stored ?
    also, i am posting an external URL(POST method) using
    CALL METHOD CL_HTTP_CLIENT=>CREATE_BY_URL. I also want to trace the posted URL and its result at the end of a week or month. is there any standard for the same storing the details??
    Thankx in advance.
    Krishan Kumar birmiwala.

    Hi,
    You can trace all the outgoing mails from the transaction SOST. i.e. internally search where this data is saved.
    Here you can differentiate internet address / SAP user id / etc..
    Specifically if you want to trace with respect to this program based on the date and user etc.. you can refer to the transaction STAD (Analysis by User), it will have all the info.
    Find where internally in which table this data is saved.
    Regards,
    Santhosh.

  • Hw to write text in mail body in UTL SMTP in oracle

    hi all
    i m using oracle demo mail package to send csv file as attachment to different users its successfull and i can also able to attach text file to it
    but i m unable to write any text in mail body .
    e.g.
    mail body can be--
    hi
    This is test mail.
    Regds
    Sender.
    can anyone suggest some way?

    u can try this code
    this code takes the file from database and attach with mail and also send the body with it
    it works fine.
    CREATE OR REPLACE
    procedure pdf_mail(
    p_sender varchar2, -- sender, example: 'Me '
    p_recipients varchar2, -- recipients, example: 'Someone '
    p_subject varchar2, -- subject
    p_text long, -- text
    p_case_id number,
    p_email_log_id number
    -- p_filename varchar2, -- name of pdf file
    p_blob   blob     pdf file
    ) is
    conn utl_smtp.connection;
    i number;
    len number;
    p_message_part varchar2(32767);
    cursor c1 is
    select file_name,document_pic
    from clm_case_attachments ca,email_log_detail em
    where
    case_id = p_case_id
    and ca.CASE_ATTACHMENT_ID = em.ATTACHMENT_ID
    and em.ACTIVE = 'Y'
    and em.EMAIL_LOG_ID = p_email_log_id;
    BEGIN
    conn := demo_mail.begin_mail(
    sender => p_sender,
    recipients => p_recipients,
    subject => p_subject,
    mime_type => demo_mail.MULTIPART_MIME_TYPE);
    demo_mail.attach_text(
    conn => conn,
    data => p_text,
    mime_type => 'text/html');
    for lp in c1 loop
    demo_mail.begin_attachment(
    conn => conn,
    mime_type => 'application/pdf',
    inline => TRUE,
    filename => lp.file_name,
    transfer_enc => 'base64');
    -- split the Base64 encoded attachment into multiple lines
    i := 1;
    len := DBMS_LOB.getLength(lp.document_pic);
    WHILE (i < len) LOOP
    IF(i + demo_mail.MAX_BASE64_LINE_WIDTH < len)THEN
    UTL_SMTP.Write_Raw_Data (conn
    , UTL_ENCODE.Base64_Encode(
    DBMS_LOB.Substr(lp.document_pic, demo_mail.MAX_BASE64_LINE_WIDTH, i)));
    ELSE
    UTL_SMTP.Write_Raw_Data (conn
    , UTL_ENCODE.Base64_Encode(
    DBMS_LOB.Substr(lp.document_pic, (len - i)+1, i)));
    END IF;
    UTL_SMTP.Write_Data(conn, UTL_TCP.CRLF);
    i := i + demo_mail.MAX_BASE64_LINE_WIDTH;
    END LOOP;
    demo_mail.end_attachment(conn => conn);
    end loop;
    demo_mail.end_mail( conn => conn );
    END;
    /

  • Emails always are suck in outbox when sent through Apple mail

    Emails always are suck in outbox when sent through Apple mail. How should I deal with it ? Many thanks!

    As mentioned, Outlook is not email standards compliant. It probably never will be based on Microsoft's history. However, I think there are various issues involved in the problems people have. I often send emails from home to my Outlook account at work. I have never experienced any of the problems that I've seen posted anywhere regarding Mail and Outlook.
    My conclusion is that there are issues with certain Exchange Server configurations and/or issues with your own ISP mail server causing the issues.
    I do have my system set up to Always send windows friendly attachments (from what I've read, this really is 'send Outlook friendly attachments'), and always put attachments at the end. Prior to the 'always put attachments at the end,' I wasn't having any issues, either. However, I read that that setting helped with other email clients, so I use it.
    The obvious question is, "well, how is your exchange server configured." I would love to provide the answer to that question; however, I work for a DoD organization, so actually tracking down the person that knows the answer to that question will take somewhere between five years and never. With my 20+ years experience with the DoD, I'm leaning towards the never end of the spectrum. The other half of the equation is, "I'm using cox as my ISP."

Maybe you are looking for

  • DNG camera profile - which to trust, Adobe's or X-Rite's?

    I found that dual-illuminant DNG camera profiles created with X-Rite's ColorChecker application and Adobe's DNG Profile Editor give different visual results (the profiles were produced using the same set of 6500K/2850K illuminated photos). I'm now in

  • Inaccurate GPS data when exporting from iPhoto

    I'm trying to export geotagged photos from iPhoto, and I'm experience some odd behavior. 1) When I tag the photos outside of iPhoto, the photos' geo information comes up correctly in Places, but when I try to export the photo (either drag to desktop

  • Cover Flow Blurry

    Some problems with cover flow. Most of my images (jpegs, etc.) are blurry in cover flow. They look wonderful in quick view, but return to pixelated, blurry appearance in cover. These are high resolution (8 or 10 MP) images. I also do not get any thum

  • Slow moving objets

    Hi , Can anyone will tell me how to map this in the system.... i have master data product loaded in the system ...... m1,m2,m3,m4 ,m5... there were two transaction data loaded into the cube that is cor m1 and m2... know i want to compare both and get

  • HT201436 My iphone lost all the voicemail when i change the sim card,how to recover it?

    如上