Hi All,
i have configure mail sent functionality in my app. if i check in my service Center it shows me the mail was sent. but the receiver did not received any mail.
Thanks
Vinithkumar
Hi,
Means email are sent successfully from OutSystems end, you need to check with SMTP provider (console) what is the status of email there. Everything is fine here. Which SMTP you are using.
regards
Hi Vikas,
I am using Mailijet for sent mails port no 587
Hello
Are you sending email's to some organization person, like try sending the email to some public domain on personal accounts like google, yahoo, try it once.
Same thing happen with me in a case where emails I was getting was successfully sent from the Outsystems but my company outlook account was blocking them.
Try with local email. if it works then there is no issue from your side.
Hi @Vinithkumar P ,
Please check your email configuration settings on the Service Center <ENV_URL>/ServiceCenter/Email_Configuration.aspx
It is possible that you've turned on Test List Addresses
If this test setting is turned on, all your emails may only go to the address specified here, but still show in the Email Logs that they are generated properly and sent successfully.
This is feature is used to prevent sending out emails to users' real email addresses from your Development or Testing environments.
If the test setting is not configured, you might need to check with your email provider. Try sending test email from third party SMTP tools outside Outsystems, to make sure there's no issue with your SMTP settings.