Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all articles
Browse latest Browse all 3978

"To" field is blank in the email sent from SMTP

$
0
0

We have a requirement to send email from loadrunner.

For the below code if I send the email, the "To" field is blank in the email.

    smtp_send_mail("SendMail",
        "To=receiver@abc.com",
        "Subject={Subject}",
        "From=sender@tbc.com",
        "ContentType=text/plain;",        
        "ContentType=application/pdf;", 
        "ContentType=multipart/mixed;",        
        "ContentDisposition=attachment;",
        "filename={P_Attachment}",
        "charset=\"iso–8859–4\"", 
        MAILOPTIONS, 
            "X–Priority: 3", 
            "X–MSMail–Priority: Normal", 
            "X–Mailer: Microsoft Outlook Express 10.31.112.206", 
            "X–MieOLE: Produced By Microsoft MimeOLE V5.00.2919.6700", 
        MAILDATA,
            "AttachFile={P_Attachment}",
        LAST ); 


Viewing all articles
Browse latest Browse all 3978

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>