Thanks Doug,
I have eggplant V11.10 for Linux. I also verified by selecting the Mail Authentication as ‘None’ in Info->Preferences-> Mail pane, but i dont find any for SMTP_PORT field there.
here is my blue print of script:
RunWithResults “pricaticeTwo” --practiceTwo is another script
Put the result into OutCome
If the status of OutCome is not “SUCCESS” then
put OutCome Logfile into screenError
replace “Logfile.txt” with “Screen_Error.tiff” in screenError
sendmail(to: “user1@abc.com”,
form: “user2@abc.com”,
Subject: title,
body: “test script for send mail”,
smtp_host: “hostname.abc.com”,
smtp_type: “None”,
smtp_port: 8825,
attachment: (screenError, OutComes Logfile))
else
put “Every thing is OK”
sendmail(to: “user1@abc.com”,
form: “user2@abc.com”,
Subject: title,
body: “test script for send mail SUCCESS”,
smtp_host: “hostname.abc.com”,
smtp_type: “None”,
smtp_port: 8825)
end if
Getting the same error ‘EDMailAgentException Authentication Failed’ after executing the above code.
please update me if any thing wrong in the above code.
thanks,
Sunflower