113
Views
9
Comments
Sending email to personal accounts from personal environment

Hello,

I'm trying to send emails to personal accounts(gmail) from my personal environment. But getting this error all the time:


It is not allowed to send emails from personal environment at all, or I am doing something wrong?


Thanks

2019-09-30 07-35-56
Aurelio Junior

Hi Narmin,

I've been sending emails from my personal environment using my gmail account without problems.

A quick google search seems to suggest that the error you're getting is related to incorrectly formed "To" addresses. How are you specifying the "To" email address?

2016-10-25 07-14-00
Narmin Aliyeva

Aurelio Junior wrote:

Hi Narmin,

I've been sending emails from my personal environment using my gmail account without problems.

A quick google search seems to suggest that the error you're getting is related to incorrectly formed "To" addresses. How are you specifying the "To" email address?

I'm getting email from Contact list directly, here is the whole logic I'm using if it will be helpful to understand:


2016-10-01 08-04-21
FCC Webmaster

Hi Narmin,

I send out emails using SendGrid.net, and it works fine.  The nice thing about SendGrid is I can get tracking/open email statistics that I cannot get elsewhere.

Cheers



2016-10-01 08-04-21
FCC Webmaster

Oh, one other thing ... to actually send an email, you must configure your SMTP server.  To do that, go into your application, and under "Manage", select "Application Management".  From there, go to the "Administration" tab and "Email" section.  Here you can setup the server, username, password, and other details.

2016-10-25 07-14-00
Narmin Aliyeva

FCC Webmaster wrote:

Oh, one other thing ... to actually send an email, you must configure your SMTP server.  To do that, go into your application, and under "Manage", select "Application Management".  From there, go to the "Administration" tab and "Email" section.  Here you can setup the server, username, password, and other details.

I've configured SMTP, there is no problem with sending, problem is receiving the mails. Also, I'm receiving the mails in test email

2019-09-30 07-35-56
Aurelio Junior

Can you debug the application to check the email address that is being retrieved from the database?

2016-10-25 07-14-00
Narmin Aliyeva

Aurelio Junior wrote:

Can you debug the application to check the email address that is being retrieved from the database?

yes, its taking email from database, and on test email it shows which address it has been sent to, but I don't receive.


2016-10-25 07-14-00
Narmin Aliyeva

Email page is in Main Flow and its not connected to any page, is that can be a problem? I still couldn't find the solution

2016-10-01 08-04-21
FCC Webmaster

Should not matter.  The only thing you need is to make sure the email is actually being created.  I might suggest just a test action who's only action is to send the email.  Just to test that you can send emails.  I bet it turns out to be something silly, like a bad password on the SMTP settings, perhaps.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.