Mozilla Persona: get email address - mozilla

I feel like I'm missing something basic here, but am having trouble finding it. I simply need to access the email address that someone has used to log into Persona. I'm looking for the email address so I can pass it along as an assertion for Open Badges.

The way to get the email address out of the assertion is to simply send the assertion to the verifier: https://developer.mozilla.org/en-US/docs/Persona/Quick_Setup#Step_4.3A_Verify_the_user.E2.80.99s_credentials

Related

(phpmailer) Is is fine to use a "from" address that has a different domain name than the website I use to send the mail?

so I was wondering if setting the sender address as "some_name#not-my-domain.Com" when I send an email through phpmailer (mail()) is fine or if it can cause it to be seen as junk mail?
no malicious use intended but I use that script as an unofficial tool at work so I would rather make it look like I send the email from my work address.
Thanks in advance
ok so the "related" side bar helped me more than google and it seems it isn't fine which makes sense.

Get time of last sent email to certain contact with Gmail API

I read a lot of documentation on Gmail API, but couldn't find anything about this, so I'm wondering if someone knows some way to do this?
I need to check the date of the last time I've sent an email to a certain email address.
I found out there is this resource:
https://developers.google.com/gmail/api/v1/reference/users/messages/list#request
and using filter like "to:certainusersemail#example.com" for q parameter would bring all sent emails which I can sort by time.

Nodejs receiving email and redirecting to gmail email address

So i have an website, abc.com. If someone sends an email at support#abc.com i want to receive it at gmail address or whatever address i chose. Then if i reply to that email it in gmail then it should send either using gmail or mandrill. And from of the email should show up as support#abc.com.
This is my first time tackling email. And i have no clue.
So far i understand i need something to take emails in, send emails out, and then there is smtp server.
I get that nodemailer fulfils the role needed by two of the first things..But rest is confusing.
I know this sounds vague but as front end jquery dev i never thought of this much. So be patient and understand like with http protocol i have not much of understanding on this. This question could be many questions however i don't know what those question need to be.

DocuSignAPI Error Code INVALID_EMAIL_ADDRESS_FOR_RECIPIENT

Recieving an error Code when making a demo call using the rest api v2 with an an email configured as a prospect to a template. Can anyone please let me know why this is being returned and it seems to work fine when the request is with a test#email.com
errorDetails INVALID_EMAIL_ADDRESS_FOR_RECIPIENTThe email address for one of the recipients is not valid.
Answering my question again - ive actually removed the email tag from the envelope request , this was causing the problem
The DocuSign system does not know if it's actually a valid email address (it would have to do a test send to figure that out), the only validation that is done through the platform is on the actual format of the email address.
If it's not in the format (at least one character)#something.something then it will be flagged as an invalid email address. Looks like you've figured this out on your own though.

Unable to send to unresolved email addresses although configured in settings

I want to send an email in a workflow from a hard coded email address and I have made sure that the option is set to allow this in system settings but I still cant get it work.
Have I missed another setting? Or does this option only allow unresolved emails in the "To" field?
I shouldnt have thought that would work from a hardcoded email address.
Crm doesnt send emails itself, it either uses the users outlook, or uses email router - both of which requrie a system user record.
In the case of the outlook it is really sent by the user, in the case of the email router it is generally sent from exchange.
Crm cant just pretend to be an email address.
The CRM usually takes 10-12 hours to send email to un-resolved email addresses after the setting has been turned on.
Maybe waiting helps

Resources