How can we change the "from email address" in DevPortal SMTP server configuration ?

I followed the instructions in http://docs.apigee.com/developer-services/content/configuring-email#configuringansmtpserver and setup the email address in the E-mail options From field as "myemail@yahoo.com" However, when the test email is sent, a message is logged that noreply@apigee.com cannot be verified.

Upon reading of the above link, I believe that noreply@apigee.com should no longer be used to send the emails. It should use "myemail@yahoo.com".

Have I missed out anything here or my understanding incorrect ? Can you please help me to change the "from email address" to "myemail@yahoo.com" while sending emails using DevPortal SMTP setup ?

Solved Solved
0 1 347
1 ACCEPTED SOLUTION

As explained in the documentation http://docs.apigee.com/developer-services/content/configuring-email#configuringansmtpserver, we need to setup the site email address also as "myemail@yahoo.com" in addition to setting up "From" address of the email in the SMTP Authentication Support page.

The point #13 in the above documents explains this:

Under Site Details, set the E-mail address to the same email address as you specified in Step 9. Some Drupal modules that generate emails use this field to determine the "From" address of the email, and not the value on the SMTP Authentication Support page.

View solution in original post

1 REPLY 1

As explained in the documentation http://docs.apigee.com/developer-services/content/configuring-email#configuringansmtpserver, we need to setup the site email address also as "myemail@yahoo.com" in addition to setting up "From" address of the email in the SMTP Authentication Support page.

The point #13 in the above documents explains this:

Under Site Details, set the E-mail address to the same email address as you specified in Step 9. Some Drupal modules that generate emails use this field to determine the "From" address of the email, and not the value on the SMTP Authentication Support page.