how to make my website logo show in email? - php

i developed a web application with personalized email through my cpanel (admin#tailorsmind.com), connected it with my application through php (swiftmailer) in the source code, emails are going through for registration, login and forgot password but the problem I am simply having is my website logo won't simply just show up in each email that is sent.
I logged in the email in outlook, tried checking for image settings but couldn't get one.
also created a gmail account with the email and uploaded a logo but still not getting the result i am looking for . Please help !!!
it just keeps showing that question mark you see there and i don't want that.

Related

wordpress password reset link not work

on my WordPress website when i reset my account password by entering my email and pressing reset on the lost-password page, i get the confirmation to check my email for confirmation link,
enter image description here
however i never get the email, the email doesn't reach the inbox neither the spam folder, in other words the email does not go.
Why could that be?
Emails from other forms from the website work, contact, registration, product purchase.
I am using woo-commerce on the website.
How can i overcome this?
go to yourwebsite/wp-login.php?action=lostpassword
then u can change ur password
dont go to my-account/lost-password/ as woocommerce get you to it
for more info go to https://codex.wordpress.org/Customizing_the_Login_Form

phpBB3 - dont send activation email for certain mail services

I using phpBB 3.0.12 and encountered with issue:
some mail services like mail ru recognising activation emails from my from like spam messages and return them with 550 error
Oct 27 10:37:02 26sp postfix/smtp[31754]: 33347587974:
to=, orig_to=,
relay=mxs.mail.ru[217.69.139.150]:25, delay=2.5,
delays=0.01/0/0.08/2.4, dsn=5.0.0, status=bounced (host
mxs.mail.ru[217.69.139.150] said: 550 spam message rejected.
Please visit
http://help.mail.ru/notspam-support/id?c=Jdo_XLgUDbBjA8QmVnqeZQShDEMZPvTFdwpE_P3-ufG-37333wCzdKLWRJxdUdKdCgAAAPSVAAAAriEj
or report details to abuse#corp.mail.ru. Error code:
5C3FDA25B00D14B826C40363659E7A56430CA104C5F43E19FC440A77F1B9FEFDF7BDDFBE74B300DF9C44D6A29DD2515D.
ID: 0000000A000095F42321AE00. (in reply to end of DATA command))
550 error means that users marked as spam mailings from forum and mail.ru categorized any mailings as spam. I already send request to support remove forum from spam lists but any email notifications sended by forum doesnt eaven get to emails in mail.ru.
Question: i want write something like don't send email activation if user entered ****#mail.ru in registration. But im not familiar with phpBB.
can someone help me where find function for sending activation emails.
I'll be very appreciate for any help.
IMPORTANT! Before making any changes, make sure you have a back up just in case things go wrong.
Using FTP download from your site this file - language/xx/ucp.php (where xx is the language code, eg. for English it is en)
Open it in a proper text editor that is capable of saving files as UTF8 without BOM and NOT a word processor or Notepad as these can cause problems.
I'll give you the example using the English version as thats what I use on my site...
Look for:
'UCP_ADMIN_ACTIVATE' => 'Please note that you will need to enter a valid e-mail address before your account is activated. The administrator will review your account and if approved you will receive an e-mail at the address you specified.',
and:
'UCP_EMAIL_ACTIVATE' => 'Please note that you will need to enter a valid e-mail address before your account is activated. You will receive an e-mail at the address you provide that contains an account activation link.',
You can change the message in these two lines to suit your needs. Once done, save and upload back to your server using FTP.

Email sent from website not going to domain specific email

I have a website with a contact form. The form just uses the php mail function to send the email but the email doesn't go to the email address if it is using the same domain name. I'm not sure what/how to explain.
If my website is www.example.com and someone fills out the contact form on this site, it should go to info#example.com but it doesn't. If I try using different email address that is not WHATEVER#example.com then it works fine.
Has anybody had a problem like this or can anybody point me in the right direction as to how to debug an issue like this.
I do not look after the email server but the company that does is saying everything is fine from their end and just keep saying there is something wrong with the form.
**Edit
I have checked spam folder and there is nothing
I have also tried sending emails to the email address from outside of the website (another email address)

Why Isn't Google Apps Email Address Receiving Email From Magento Website?

Ok, I've been working with this Magento 1.7.0.2 website:
http://www.kharmakhare.com
There are two forms currently on the website. If I change either form to any kharmakhare.com email address, the email is never received. If I change either form to my email address, I get the email just fine.
Yes, I HAVE checked spam. The Kharma Khare email address will not receive emails from Magento. I thought it had to do with the Google Apps not being installed correctly... except when I logged into the email there were already tons of emails in there.
They don't have any problem receiving emails, they just don't receive any emails from the website. I've searched online for an answer. All I can find is problems sending emails through Google Apps, not receiving them.
My client already did set up the SPF records as well. In addition, last time I was in Google Apps (at least a year ago) it looked completely different, so I don't know where anything is anymore.
The first form is on the contact page (this uses Magento's default contact module):
http://www.kharmakhare.com/contact-us
The other is opened by clicking on the "Free Sample" tab on the upper right side of the screen. After spending hours working on this over a couple days I finally figured out how to do what would've been a 10-minute job in wordpress; creating an alternate email form. -_-
Regardless, although I know both forms work, neither one will send to the email address it actually needs to get sent to, and its driving me nuts. Does anyone have any idea what might be causing this problem?
Switch off the mailserver for that domain.
The reason they are not getting the emails and you are is that the sending address is something#kharmakhare.com and the receiving address is somethingelse#kharmakhare.com. The MX records offloading the email to Google Apps are not used in this instance as the server will look for the local mailserver first.

php mysql photo upload by email, just like flickr

I need to develop a system where a user can sign into our site and have their own unique uploading email address (how to create email ids on a shared hosting with php automatically?). They can then use that address to send their pictures from their mobile phone and have it uploaded to the site. The website Flickr.com has this functionality, below are the instructions that they give their users:
Go to http://www.flickr.com/account/uploadbyemail/ on your desktop and sign into Flickr. You will receive a unique Flickr email uploading address.
Create a new email message on your phone and attach the photo you want to upload. Use the photo title in the subject line and photo description in the body.
Send the email to your Flickr email uploading address. Your photo will be posted to your to your Flickr account, with title and description displayed.
Any ideas on how to do this? Please help!
Many thanks in advance.
Edit:
I have tried using the imap functions to parse emails. I have a gmail account and tried the following code:
$authhost="{pop.gmail.com:995/pop3/ssl/novalidate-cert}";
$user="email#gmail.com";
$pass="password";
$mbox=imap_open( $authhost, $user, $pass );
$check = imap_check($mbox);
print 'Total messages: '.$check->Nmsgs;
But the problem is this code returns a number which is less that actual number of messages in my inbox. How to solve this? Any idea?
Either pipe the email to a script rather then a mailbox/dir on your server, or search mailboxes & parse mails with the imap plugin.

Categories