Allow user to enter an email address in impactjs - impactjs

Is there a way, or a plugin, within impactjs to popup a keyboard and allow the user to enter say a username and an email address?

Related

Personal email addresses are not allowed. Please use a corporate email address in Google partner training website?

I don't know about corporate email address.
how to create a Google corporate email address and use like a mail .because i want to sign up to Google partner training website not allow to sign in with simple mail id . so can you suggest alternative options to join the training.
Go to Google Account Creation page[1]
Enter your first and last name
Under your email address,enter your corporate email address(for example,
you#yourcompany.com).Important: Don't create a personal gmail address.
If the username field is prefilled with #gmail.com, delete this and enter your
company email address.
Create a password for your google account,enter your personal information,and
click Next.
On the verify your email page, enter the code you receive from Google at your
company email address and click Verify. It takes time to get the verification
email.
Enter your phone number and click Next.
Enter the code you get on your phone and click Next.
Enter your birthday, select your gender and click Next.
Review and check the Privacy and Terms boxes, then click Create
Account.
Click Confirm.
Go to Partner training page[2] and click on register as a new portal user and sign up with the ID you just created.
[1]https://accounts.google.com
[2]https://www.partneradvantage.goog/GCPPRM/s/partneradvantageportallogin?language=en_US

E-Mail: Send copy to sender - Swift

I am using MFMailComposeViewController to send an email to someone's email address which was entered by the app's user munally.
Can I send a copy of that email to the sender of the email (the user)?
Note:
I know, I cannot get the user's email address for privacy reasons.
I'm looking for a way that spares the user entering his own email address

Why do emails sent with Gmail from an alias not appear in the sent items?

I have an email address set up on a certain domain, and I have added an alias email address in my Google Apps account set up on another domain. I've also added that alias on the second domain to "Send mail as" to be able to send emails from that email address.
Problem is that when I send emails from that alias, they don't appear in the sent items. Why is this? How can I resolve it?
i just figured it out and it now works, even previously sent mails from an alias via gmail also appear in my sent messages.
in gmail, go to settings, account and imports, in the "send mail as" section, click on "edit info" next to the account which you are having the problem with.
on the screen which pops up, uncheck the radio box for "treat as an alias" dont change any other info, click next step, enter your password and click save changes.
thats all it took to sort out my issue.
best regards
They way I'm reading this is: you've added an alias/secondary in Google Apps account, example.com, for another domain you own, test.com. After doing this, you created an email alias for your Google Apps user and setup a send as address for #test.com within your #example.com account.
If this is the case, the expected behavior is: emails you send from your example.com account as your test.com account will appear in the 'Sent Mail' label for your example.com account. I've just double checked this to confirm.
Can you please provide your exact steps to reproduce the issue if the above isn't correct or you're seeing different behavior?
Sign in to your Google Apps email.
Click the in the upper-right and select Settings along the top of any page, and select the Accounts tab.
Under Send mail as, click Add another email address.
In the Email address field, enter your name and alternate email address.
Click Next Step >> and then click Send Verification. Gmail will send a verification message to your other email address to confirm that you own it.
Locate the message from Gmail. Open it and and either click the link contained in the message or enter the confirmation code in the Accounts section of your Google Apps email settings.
Then select
When replying to a message:
Reply from the same address the message was sent to

How do I make the Drupal default From: e-mail different than the email of the user who receives system e-mails?

I am creating a site that requires admin approval before creating a user account. In Site Information settings I have set the site's e-mail address to "noreply#mysite.com"
New registrants request an account and they correctly get an e-mail From:noreply#mysite.com
No problems there.
However, the useful "Approve New User" e-mail also gets sent to "noreply#mysite.com" when I need it to go to "me#mysite.com." The noreply address is strictly a garbage address I will never check.
So, how do I set up a different email for the default "From:" address and the default system alert e-mail recipient address?
You can use Drupal's hook_mail_alter to intercept the email that gets sent to noreply#mysite.com send it to the desired email address. http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hook_mail_alter/6
It's also possible to do this kind of customization using Triggers and Actions:
http://drupal.org/node/199254
http://drupal.org/documentation/modules/trigger
There is a module, User Registration Notification, that does what I needed. Keep the site e-mail "no-reply" and change the To: value in the module to "me".
User registration notification

Google Apps - Send email from a nickname

I have an email account in google apps 'user#mydomain.com' and it has a nickname 'nickname#mydomain.com'.
Can I send an email from 'nickname#mydomain.com'?
Thx a lot!
Definitely! Google Apps supports sending from any email address that you own, including nicknames.
Sign in to your Google Apps email.
Click Settings along the top of any
page, and select the Accounts tab.
Under Send mail as, click Add another email address.
In the Email address field, enter your nickname.
Click Next Step >> and then click Send Verification. Gmail will send a verification message to your other email address to confirm that you own it.
The help center lists more info.
-- Eric