Send Email From Java and See That Email in a Web Hosted Email App -


my objective

i want emails sent java web app visible in sent folder of web hosted email client. 'log' of emails sent java web app.

background

i can send email thunderbird email client on mac abc@xyz.co.uk email address , can see in abc@xyz.co.uk account on easily justmail in sent folder.

the problem

when send email abc@xyz.co.uk using java mail same settings thunderbird, email not appear in abc@xyz.co.uk account on easily justmail in sent folder.

please note. email arrive @ to address, not problem actual send process.

i have sent emails manually using telnet don't show in justmail either...

settings

email account / address = abc@xyz.co.uk

host = smtp.easily.co.uk

port = 1025

authentication required: true

user name = username

password = ******

so, appear desk-top email clients doing different java mail or telnet...

any ideas?


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -