changing username of a migration email - email

I have been migrated my email from godaddy to zoho.
I have detailed the email account from godaddy.
I am trying to change the alias name of email at zoho to the previous name that exists in godaddy.
However, I have a message that this email already exists .
what should I do?
I have deleted the existing email from godaddy after completing the migration process. I have trying to convert the email at zoho to same email that were exixt in godaddy.

Related

Gmail SMTP Authentication Error when using App password with workspace domain alias

I want to be able to use my Google Workspace email alias when automating email sending using yagmail and gmail's SMTP server.
I have set the default "Send Email As" address from the main email (#gmail.com) to the alias email (#domain.com), which is fine when sending manually. I currently have 2SV enabled with my main email & app password sending emails properly through yagmail, but it still shows the sending address as the main email. I tried authenticating with the email alias and a new app password, but I am receiving the following error:
smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted).
I tried a few solutions found online, such as this one (https://support.google.com/mail/thread/127655543/gmail-alias-not-working-it-says-the-password-i-am-entering-for-the-alias-is-wrong-but-it-s-correct?hl=en), to no avail.
Why is using App password fine for my main email but not my domain alias? How can I automate sending emails using domain alias? Any help on this would be greatly appreciated!

Dynamics email server Profil configuration issue

We have a Dynamics 365 online and a onpremise Exchange.
I was able to configure the email server profile in dynamics to use the onpremise Exchange but now I get an error which confuses me.
The server profile is configured as follows:
The username is a UPN which is used for impersonation via a service account.
When I execute the connectiviy test i get the error:
"The SMTP address has no mailbox associated with it"
This because the UPN (email) has no mailbox. The email address with a mailbox would be a different email but I can't find a way to configure/set a particular email address which has a mailbox.
Question: Does Dynamics implicitly use the UPN-Email as the email address or can I configure somewhere which effective email to use?
Thanks for any clarification

Emails not received in Opencart-3 from the same adress (from admin to admin email)

Please Help ...
I debug it and everything looks fine, I configured the SMTP in admin successfully and emails working fine but in case, If we add the same Hosting Domain name, while sending email then It's not working ???
Example: Forgot password not working because URL there but In admin "Marketing => Mail" working, If I do not add domain name. (NOTE: Other domain name working, If I add only opencart3 hosted domain name not working in email)
It looks like not an OpenCart issue, but a hosting configuration. As you said, when you are using same domain name in email, as a site domain - sometimes it's a routing incorrect.
Check an email configuration on your server. When you trying to sent an email to same-domain address - it could be routed as an inner massage. For example, in cPanel hosting settings you should inspect "Mail forwarding" and can check the status of messages in "Track delivery".
If you are using cPanel - go to Mail forwarding, find you domain, and change settins:
Automatically Detect Configuration. - will be set by default.
Local Mail Exchanger. - try this.
Backup Mail Exchanger.
Remote Mail Exchanger. - or this.
Or you can ask you hosting support. Your question will be "I'm trying to use an email address mayaddress#mydomain.com via SMTP on my mydomain.com, but when i try to sent an email to the same address - the message is missing. Can you check email routing settings?"

aws - how to create email address for my domain hosted in Route53?

I have http://awsclub.org registered through Route53
How do I create email accounts and then read their mail?
Not sure if it's Route53 or SES where I need to set this.
In SES I have:
but of course I can't verify that until I have an email account with username/password
For email client setup, I need paasword
In Route53 I have:
SES doesn't provide mailboxes which means it doesn't provide POP/IMAP services, you have MX record pointed to inbound-smtp.us-east-1.amazonaws.com , you can use SES recipient rule and save the email to S3 and download it from S3 and change the file extension to .eml and open it in mail client and verify the email.
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email.html
To receive/send email, the domain needs to be verified, you can verify your domain instead which will allow you to use any email address in your domain.
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-domains.html
However, if you would like to receive an email in mailbox, you need to use Workmail provided by AWS.

Custom domain email not working with Heroku

I have an app hosted on Heroku free dynos. I purchased a domain name from ewall host and added a CNAME record to point it to Heroku app as Heroku dosen't provide nameservers.
I created an email on my domain email#mydomain.com.
The problem is I can send email via my app but I can't receive email. My domain provider is telling me something about adding a MX record.
I tried setting email to email client but still its not working.
How can I get email working?